Skip to content

Commit c516e72

Browse files
authored
Merge pull request #36 from purcell/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents da9872e + 8fdfc9f commit c516e72

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: Compile
4242
run: make compile

0 commit comments

Comments
 (0)