diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml index f8cf4f1e4e426..0e5a4cf1a7793 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -85,7 +85,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} - name: Restore Lint Cache - uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | .turbo/cache @@ -150,7 +150,7 @@ jobs: (github.event_name == 'pull_request_target' && startsWith(github.event.pull_request.head.ref, 'dependabot/') == false && github.event.pull_request.head.ref != 'chore/crowdin') - uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | .turbo/cache diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 0853f551737fb..ee5bc19bb562e 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -78,7 +78,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Restore Lint Cache - uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | .eslintmdcache @@ -122,7 +122,7 @@ jobs: commit_message: 'chore: automated format of translated files' - name: Save Lint Cache - uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: | .eslintmdcache