Skip to content

Commit 00e8400

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#221)
Bumps the github-actions group with 2 updates in the / directory: [github/gh-aw](https://github.com/github/gh-aw) and [actions/checkout](https://github.com/actions/checkout). Updates `github/gh-aw` from 0.79.9 to 0.80.5 - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](github/gh-aw@54ad1f8...9441310) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: github/gh-aw dependency-version: 0.80.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4f8e99 commit 00e8400

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci-doctor.lock.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
packages: read
1616
pull-requests: write
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Get token
2121
id: get_token

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121

2222
- name: Setup updatecli
2323
uses: elastic/oblt-actions/updatecli/install@v1

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Setup updatecli
3131
uses: elastic/oblt-actions/updatecli/install@v1

0 commit comments

Comments
 (0)