diff --git a/.github/workflows/saucerswap-v2.yaml b/.github/workflows/saucerswap-v2.yaml index 77d55ce..e045a5f 100644 --- a/.github/workflows/saucerswap-v2.yaml +++ b/.github/workflows/saucerswap-v2.yaml @@ -29,7 +29,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}