From 9a6dd088e30d843ac7800ea85f7059280e4cd5a4 Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Fri, 21 Oct 2022 00:54:05 +0200 Subject: [PATCH] Update actions/cache@v3 (#371) --- .github/workflows/push-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index d2814db9c..3d274d56d 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -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 }} @@ -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 }} @@ -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