From 2051cb2558ef1f3461a0f703a30566316857fc35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:37:10 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to f4b3439 --- .github/workflows/build.yml | 10 +++++----- .github/workflows/mutant.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 543eea68f..9d228053b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: @@ -50,7 +50,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: @@ -76,7 +76,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: @@ -107,7 +107,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: @@ -140,7 +140,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/mutant.yml b/.github/workflows/mutant.yml index caaa3e4aa..4cf2d695d 100644 --- a/.github/workflows/mutant.yml +++ b/.github/workflows/mutant.yml @@ -19,7 +19,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0de4c374..f55511943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache node_modules if: github.event_name == 'push' || github.event_name == 'pull_request' - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3 + uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3 env: cache-name: cache-node-modules with: