Skip to content

Commit

Permalink
[ci] Update GitHub actions for Node.js v20
Browse files Browse the repository at this point in the history
Version 3 of `actions/checkout` uses Node.js 16 which will be disabled
in June. See [1] for details.

[1]: https://github.blog/changelog/2024-05-17-updated-dates-for-actions-runner-using-node20-instead-of-node16-by-default/

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt authored and nbdd0121 committed May 20, 2024
1 parent df5ae36 commit ff89c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Linting
run: cargo fmt --check
Expand Down

0 comments on commit ff89c03

Please sign in to comment.