From 04349765233c623a79d5ce855643839f5cbd02e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:50:19 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/audit-codeql.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/test-cache.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/audit-codeql.yml b/.github/workflows/audit-codeql.yml index 668b6f4..4d115e2 100644 --- a/.github/workflows/audit-codeql.yml +++ b/.github/workflows/audit-codeql.yml @@ -62,7 +62,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcd4004..2f35e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun @@ -63,7 +63,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun @@ -97,7 +97,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de0557d..4ab9003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index fdcb479..2f63823 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -45,7 +45,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dc5940..cb6968b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: bun-version: latest - name: Bun cache - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: key: bun-${{ hashFiles('**/bun.lock') }} restore-keys: bun