From 1789948c7f5311be6e52bc249446d53f3d61bf77 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jun 2022 23:21:30 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 503a085..d1218f8 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..cfcd8b4 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 }}"