Skip to content

Commit e593f79

Browse files
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 c516e72 commit e593f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: purcell/setup-emacs@master
1414
with:
1515
version: 29.4
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Run tests
1818
run: make package-lint
1919

@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
version: ${{ matrix.emacs_version }}
3939

40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Compile
4242
run: make compile

0 commit comments

Comments
 (0)