diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 60732c9..78c82c8 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 f1ee5e1..f123a15 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 14717dc..9498e0f 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 2069fcd..6e7e5fa 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 cfda60d..c93d37a 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/security-analysis.yml b/.github/workflows/security-analysis.yml index 2f1dc87..84fa4e7 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.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 5398a2b..c937ee4 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 fe696c4..6b87edc 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 }}"