diff --git a/.github/workflows/registry-build-publish.yaml b/.github/workflows/registry-build-publish.yaml index 32dda87..8e6318d 100644 --- a/.github/workflows/registry-build-publish.yaml +++ b/.github/workflows/registry-build-publish.yaml @@ -31,7 +31,7 @@ jobs: run: | echo "##[set-output name=dir;]$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} @@ -63,7 +63,7 @@ jobs: run: | echo "##[set-output name=dir;]$(yarn cache dir)" - name: Restore yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}