diff --git a/.github/workflows/content-release.yml b/.github/workflows/content-release.yml index 1f866d5f62..7a0092c8d4 100644 --- a/.github/workflows/content-release.yml +++ b/.github/workflows/content-release.yml @@ -139,7 +139,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .cache/yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9abb2ec71c..d63868848d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -78,7 +78,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .cache/yarn diff --git a/.github/workflows/manual-review.yml b/.github/workflows/manual-review.yml index 039899f589..5c55d60b38 100644 --- a/.github/workflows/manual-review.yml +++ b/.github/workflows/manual-review.yml @@ -40,7 +40,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn @@ -100,7 +100,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn @@ -164,7 +164,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cache/yarn