Skip to content

Commit fc1b644

Browse files
authored
Merge pull request #805 from emacs-php/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 40b8abe + 77fc3c8 commit fc1b644

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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: emacs-eask/setup-eask@master
5050
with:
5151
version: 'snapshot'
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- name: Run tests
5454
run: 'make .eask test'
5555
- name: Run tests (allow failure)

0 commit comments

Comments
 (0)