Skip to content

Commit

Permalink
Update checkout and cache github action
Browse files Browse the repository at this point in the history
Update github actions to silence warning on use of deprecated node.js
usage
  • Loading branch information
laudrup committed Jan 25, 2024
1 parent 3929005 commit e4b9058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Cache Boost installation
id: cache-boost
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{env.BOOST_INSTALL_PATH}}
key: ${{matrix.boost_version}}${{env.BOOST_TOOLSET}}${{env.BOOST_PLATFORM_VERSION}}
Expand Down

0 comments on commit e4b9058

Please sign in to comment.