diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 548f6d0..9d5f6ae 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -48,7 +48,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index dd6c1ba..cd92850 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -48,7 +48,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" @@ -149,7 +149,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/license-update.yml b/.github/workflows/license-update.yml index 8c82f13..073f4ca 100644 --- a/.github/workflows/license-update.yml +++ b/.github/workflows/license-update.yml @@ -42,7 +42,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index ab003c1..473d79c 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/mutation.yml b/.github/workflows/mutation.yml index 0654a47..2bae2fe 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -50,7 +50,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/rector-ci.yml b/.github/workflows/rector-ci.yml index 91bf08a..ee309f0 100644 --- a/.github/workflows/rector-ci.yml +++ b/.github/workflows/rector-ci.yml @@ -48,7 +48,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index d7ae972..e2eb610 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -50,7 +50,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" diff --git a/.github/workflows/static-analyze.yml b/.github/workflows/static-analyze.yml index 578cadf..e407557 100644 --- a/.github/workflows/static-analyze.yml +++ b/.github/workflows/static-analyze.yml @@ -48,7 +48,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" @@ -132,7 +132,7 @@ jobs: key: "${{ env.key }}" - name: "Cache extensions" - uses: "actions/cache@v2" + uses: actions/cache@v3 with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}"