Skip to content

Commit

Permalink
Bump checkout version to avoid warnings about nodejs being deprecated
Browse files Browse the repository at this point in the history
run-tests
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
nicomen committed Oct 30, 2024
1 parent cdbb6ea commit b4be77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install deps
run: |
Expand Down

0 comments on commit b4be77c

Please sign in to comment.