Skip to content

Commit 7a20816

Browse files
dependabot[bot]NN708
authored andcommitted
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e76655 commit 7a20816

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

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

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/vib-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write # Additional permissions for the persistence of the attestations
4343

4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646

4747
- name: Change tag in recipe.
4848
if: ${{ github.ref_type != 'tag' }}
@@ -200,7 +200,7 @@ jobs:
200200
image: ghcr.io/vanilla-os/core:main
201201

202202
steps:
203-
- uses: actions/checkout@v6
203+
- uses: actions/checkout@v7
204204

205205
- name: Generate package diff
206206
run: |

0 commit comments

Comments
 (0)