diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 109116051..20f410f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore Yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn-cache-${{ hashFiles('yarn.lock') }} @@ -52,7 +52,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore Yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn-cache-${{ hashFiles('yarn.lock') }} @@ -63,7 +63,7 @@ jobs: run: sudo chown -H --recursive $(id --name --user):$(id --group --name) ~/.cargo - name: Restore Cargo cache and artifacts id: restore-cargo-cache-and-artifacts - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: | ~/.cargo/bin @@ -108,7 +108,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore Yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn-cache-${{ hashFiles('yarn.lock') }} @@ -119,7 +119,7 @@ jobs: run: sudo chown -H --recursive $(id --name --user):$(id --group --name) ~/.cargo - name: Restore Cargo cache and artifacts id: restore-cargo-cache-and-artifacts - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: | ~/.cargo/bin @@ -169,7 +169,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: Restore Yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ${{ steps.yarn-cache.outputs.dir }} key: yarn-cache-${{ hashFiles('yarn.lock') }}