Skip to content

Commit

Permalink
Update actions/cache@v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Oct 3, 2022
1 parent e9c516e commit b4dd38c
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.0.10
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.0.10
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.0.10
id: cache-qt-windows
with:
path: ${{ runner.workspace }}/Qt
Expand Down

0 comments on commit b4dd38c

Please sign in to comment.