Skip to content

Commit f8ec1a1

Browse files
committed
ci(workflows): Update actions/checkout to v5
Upgraded actions/checkout from v4 to v5 in the GitHub Actions workflow to maintain compatibility and utilize the latest improvements.
1 parent 7337716 commit f8ec1a1

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: setenv
3232
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- uses: jcs090218/setup-emacs@master
3737
with:

0 commit comments

Comments
 (0)