Skip to content

Commit

Permalink
Merge pull request TESSEorg#302 from devreal/ci-actions-v4
Browse files Browse the repository at this point in the history
Bump `actions/{checkout, cache}` version to v4
  • Loading branch information
evaleev authored Nov 12, 2024
2 parents 2ec6982 + 24fadbd commit 3d4a446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
-DCMAKE_CXX_STANDARD=20
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install prerequisite MacOS packages
if: ${{ matrix.os == 'macos-latest' }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
message("::set-output name=timestamp::${current_date}")
- name: Setup ccache cache files
uses: actions/cache@v1.1.0
uses: actions/cache@v4
with:
path: ${{github.workspace}}/build/.ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down

0 comments on commit 3d4a446

Please sign in to comment.