Skip to content

Commit

Permalink
Update actions/cache@v3 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev authored Oct 20, 2022
1 parent 879e6b3 commit 8b4ba0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# download cache
- name: ccache cache files
if: ( env.USE_CACHE == '1' )
uses: actions/cache@v1.1.0
uses: actions/cache@v3
with:
path: .ccache
key: ${{ matrix.debian }}-${{ matrix.dockerImage }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# Download cache
- name: ccache cache files
if: ( env.USE_CACHE == '1' )
uses: actions/cache@v1.1.0
uses: actions/cache@v3
with:
path: .ccache
key: macOS-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
submodules: true

- name: Cache Qt
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-qt-windows
with:
path: ${{ runner.workspace }}/Qt
Expand Down

0 comments on commit 8b4ba0a

Please sign in to comment.