Skip to content

Commit

Permalink
Upgrade deprecated actions/checkout@v2 to v3 (dimitri#2904)
Browse files Browse the repository at this point in the history
Fixes the following Actions warning:

"Node.js 12 actions are deprecated. Please update the following
actions to use Node.js 16: actions/checkout@v2. For more information
see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/."
  • Loading branch information
stephan-cr authored and takaxp committed Jun 17, 2024
1 parent 5e69b24 commit 341f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
EMACS_VERSION: ${{ matrix.emacs_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 341f4ab

Please sign in to comment.