Skip to content

Commit 0cedc99

Browse files
committed
ci(workflows): Update actions/checkout to v5
Updated the GitHub Actions workflow to use actions/checkout@v5 instead of v4 to ensure compatibility with the latest version and features.
1 parent 83c7b60 commit 0cedc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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)