Skip to content

Commit

Permalink
[CI] Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
To silence this warning in the GitHub CI logs:

    The following actions use a deprecated Node.js version and will be
    forced to run on node20: actions/checkout@v3. For more info:
    https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
Quuxplusone committed Aug 23, 2024
1 parent 127c701 commit a319868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
PREFIX: ${{ github.workspace }}/_local
steps:
# Check out project
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Check out dependencies
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: google/googletest
ref: 8d51dc50eb7e7698427fed81b85edad0e032112e
Expand Down

0 comments on commit a319868

Please sign in to comment.