diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6482cd1b..ad1ef898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.1 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}