From 3657fa0aaf7192c43fdc9ac2cbc707b38143dac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:02:31 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 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/5a3ec84eff668545956fd18022155c47e93e2684...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/check-dist.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 4456ce48..384f41a3 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,7 +34,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/ diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ebb717d2..cda76074 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b3112a2..8a196ec4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40898a91..96912eb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/ diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cde96820..1e197549 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/ @@ -55,7 +55,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 #v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4 with: path: | ~/.cache/