Skip to content

Commit 383b4b7

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#1883)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd89438 commit 383b4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.emacs_version }}
3939

40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install stack and ghc
4242
run: nix profile install 'nixpkgs#stack' 'nixpkgs#ghc'
4343
- name: Install texinfo

0 commit comments

Comments
 (0)