Skip to content

Commit

Permalink
Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
Fix the following Github actions warning:

"The following actions use a deprecated Node.js version and will be
forced to run on node20: actions/checkout@v2. For more info:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/"
  • Loading branch information
stephan-cr committed Nov 8, 2024
1 parent 33fb469 commit b905177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
emacs_version: [25, 26, 27, 28]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: CI
env:
VERSION: ${{ matrix.emacs_version }}
Expand Down

0 comments on commit b905177

Please sign in to comment.