Skip to content

Commit

Permalink
Bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
because we get the warning:

The following actions uses node12 which is deprecated and will be
forced to run on node16: actions/checkout@v2. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
  • Loading branch information
tomjaguarpaw committed Aug 16, 2024
1 parent 0962735 commit d999003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Clone project
uses: actions/checkout@v2
uses: actions/checkout@v4

# This does not seem to cache on Windows, because ~/.stack does
# not exist on Windows. I don't know how caching on Windows is
Expand Down

0 comments on commit d999003

Please sign in to comment.