diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6c4300d..d21a3ee 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -59,7 +59,7 @@ jobs: run: | echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.3.1 id: cache with: path: ${{ steps.yarn-cache.outputs.dir }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index aed9917..f4f5948 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -36,7 +36,7 @@ jobs: run: | echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.3.1 id: cache with: path: ${{ steps.yarn-cache.outputs.dir }}