Skip to content

Commit b515c52

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9825717 commit b515c52

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@v4
16+
- uses: actions/checkout@v5
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@v4
40+
- uses: actions/checkout@v5
4141
- name: Run tests
4242
run: make compile

0 commit comments

Comments
 (0)