Skip to content

Commit 11f2d44

Browse files
authored
Merge pull request #37 from purcell/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents c516e72 + e593f79 commit 11f2d44

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)