From a9ba0dc62762d46ac98f77a412f89bf520039f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 05:45:29 +0000 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/ab5e6d0c87105b4c9c2047343972218f562e4319...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 4 ++-- .github/workflows/reusable-fuzz.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 84d0a8693..dfea2d3b7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -455,7 +455,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: .cache/stryker-incremental-unit.json key: mutation-unit-${{ github.run_number }} @@ -502,7 +502,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: .cache/stryker-incremental-integration.json key: mutation-integration-${{ github.run_number }} diff --git a/.github/workflows/reusable-fuzz.yml b/.github/workflows/reusable-fuzz.yml index eb76b32da..9d951afa6 100644 --- a/.github/workflows/reusable-fuzz.yml +++ b/.github/workflows/reusable-fuzz.yml @@ -65,7 +65,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache corpus - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: .corpus key: fuzz-${{ steps.run-id.outputs.result }}-${{ github.run_number }}