Skip to content

Commit 30a9d27

Browse files
committed
Update actions/checkout to v5 to fix Node.js 20 deprecation warning
1 parent 19d16e2 commit 30a9d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
continue-on-error: ${{ matrix.emacs-version == 'snapshot' }}
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- uses: jcs090218/setup-emacs@master
2929
with:

0 commit comments

Comments
 (0)