From d6a4ce9e8bc893a61cbdd86fc3f27b871268c635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:16:39 +0000 Subject: [PATCH] chore(deps): bump actions/cache in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [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/1bd1e32a3bdc45362d1e726936510720a7c30a57...0c907a75c2c80ebcb7f088228285e798b750cf8f) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-testing.yaml | 2 +- .github/workflows/validations.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-testing.yaml b/.github/workflows/benchmark-testing.yaml index 14873838..b801bcbb 100644 --- a/.github/workflows/benchmark-testing.yaml +++ b/.github/workflows/benchmark-testing.yaml @@ -19,7 +19,7 @@ jobs: uses: ./.github/actions/bootstrap - name: Restore base benchmark result - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1 with: path: test/results/benchmark-main.txt # use base sha for PR or new commit hash for main push in benchmark result key diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 110a195f..3ec2aa6c 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -109,14 +109,14 @@ jobs: limit-access-to-actor: true - name: Restore integration test-fixture cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1 with: path: ${{ github.workspace }}/test/integration/test-fixtures/cache key: ${{ runner.os }}-integration-test-cache-${{ hashFiles('test/integration/test-fixtures/cache.fingerprint') }} - name: Restore integration tool cache id: integration-tool-cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1 with: path: ${{ github.workspace }}/test/integration/tools/cache key: ${{ runner.os }}-integration-tools-cache-${{ hashFiles('test/integration/tools/cache.fingerprint') }}