Skip to content

Commit

Permalink
Upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
This will fix the following warning:

"The following actions uses node12 which is deprecated and will be
forced to run on node16: actions/checkout@v2. [...]"
  • Loading branch information
stephan-cr authored and bbatsov committed Nov 1, 2024
1 parent 0a15d81 commit 8e31093
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 @@ -26,7 +26,7 @@ jobs:
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh

- name: Check out the source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test the project
run: |
Expand Down

0 comments on commit 8e31093

Please sign in to comment.