diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 503a085..f1c834e 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -46,7 +46,7 @@ jobs: id: "yarn-cache-dir-path" run: "echo '::set-output name=dir::$(yarn config get cacheFolder)'" - - uses: "actions/cache@v2" + - uses: actions/cache@v3 id: "yarn-cache" # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "${{ steps.yarn-cache-dir-path.outputs.dir }}" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index cfb0272..41304aa 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -47,7 +47,7 @@ jobs: id: "yarn-cache-dir-path" run: "echo \"::set-output name=dir::$(yarn config get cacheFolder)\"" - - uses: "actions/cache@v2" + - uses: actions/cache@v3 id: "yarn-cache" # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "${{ steps.yarn-cache-dir-path.outputs.dir }}"