Skip to content

Commit ec031d1

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v5
34+
uses: actions/checkout@v6
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
@@ -41,7 +41,7 @@ jobs:
4141
id-token: write # Additional permissions for the persistence of the attestations
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545

4646
- name: Change tag in recipe.
4747
if: ${{ github.ref_type == 'tag' }}
@@ -189,7 +189,7 @@ jobs:
189189
image: ghcr.io/vanilla-os/core:main
190190

191191
steps:
192-
- uses: actions/checkout@v5
192+
- uses: actions/checkout@v6
193193

194194
- name: Generate package diff
195195
run: |

0 commit comments

Comments
 (0)