From 7a9a62045b61e32a454442d22a0a7b32507b2445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:28:51 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.1 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.4. - [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/0c907a75c2c80ebcb7f088228285e798b750cf8f...0400d5f644dc74513175e3cd8d07132dd4860809) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/contracts-testing.yml | 4 ++-- .github/workflows/sentry-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index 26e1fb313..bc439afa0 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -59,7 +59,7 @@ jobs: cache: yarn - name: Cache node modules - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: cache-name: cache-node-modules with: @@ -117,7 +117,7 @@ jobs: # cache: yarn # - name: Cache node modules - # uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + # uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 # env: # cache-name: cache-node-modules # with: diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 3c033a888..cd43c7217 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -50,7 +50,7 @@ jobs: cache: yarn - name: Cache node modules - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: cache-name: cache-node-modules with: