From ce8f42cdd62677005f2751714238b4263c823f59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:54:14 +0000 Subject: [PATCH] Update actions/cache action to v4.1.2 --- .github/workflows/continuous-integration-javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-javascript.yml b/.github/workflows/continuous-integration-javascript.yml index 0722639c27..9920b518ec 100644 --- a/.github/workflows/continuous-integration-javascript.yml +++ b/.github/workflows/continuous-integration-javascript.yml @@ -55,7 +55,7 @@ jobs: # https://github.com/actions/cache - name: Restore Yarn cache if: steps.paths-filter.outputs.src == 'true' - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: yarn-cache-folder-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}