From 129ff7832bfe526219dba285838cbc4886b65afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:03:12 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [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/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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 6d98ffbc..9b3f8b4a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/ diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c9e54f2a..3c827105 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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb1488bb..be7fc16e 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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b23766f1..895dbbd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/ diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index aa86d697..246ba6ad 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@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/ @@ -55,7 +55,7 @@ jobs: with: node-version: 24 - name: Cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 with: path: | ~/.cache/