Skip to content

Commit 3477f44

Browse files
chore(deps): bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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 dae820d commit 3477f44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: purcell/setup-emacs@master
1313
with:
1414
version: 29.3
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v6
1616
- name: Run tests
1717
run: make package-lint
1818

@@ -34,6 +34,6 @@ jobs:
3434
with:
3535
version: ${{ matrix.emacs_version }}
3636

37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v6
3838
- name: Run tests
3939
run: make compile

0 commit comments

Comments
 (0)