Skip to content

Commit 9f8a027

Browse files
chore(deps): Bump actions/checkout from 5 to 6 (#20)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da6e733 commit 9f8a027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/get_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: 'snapshot'
3232

33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Expose Version
3636
id: expose-ver

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
experimental: true
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939

4040
- uses: jcs090218/setup-emacs@master
4141
with:

.github/workflows/update_bundle_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: 'snapshot'
3232

33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Expose bundle version
3636
run: |

0 commit comments

Comments
 (0)