From ec32b289112967fa1390b4e66b87d6aa72dbb7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 07:23:31 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-workflow.yml | 2 +- .github/workflows/code-quality-workflow.yml | 2 +- .github/workflows/pr-ci.yml | 2 +- .github/workflows/test-workflow.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml index 452cad7..0eabcf2 100644 --- a/.github/workflows/build-workflow.yml +++ b/.github/workflows/build-workflow.yml @@ -71,7 +71,7 @@ jobs: no-cache: ${{ runner.os == 'Windows' }} # Disable cache on Windows due to issues - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache diff --git a/.github/workflows/code-quality-workflow.yml b/.github/workflows/code-quality-workflow.yml index 240648a..8f905c1 100644 --- a/.github/workflows/code-quality-workflow.yml +++ b/.github/workflows/code-quality-workflow.yml @@ -21,7 +21,7 @@ jobs: bun-version: ${{ env.BUN_VERSION }} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index f773732..c390620 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -30,7 +30,7 @@ jobs: bun-version: '1.2.14' - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 742b82b..647df46 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -35,7 +35,7 @@ jobs: no-cache: ${{ runner.os == 'Windows' }} # Disable cache on Windows due to issues - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun/install/cache