From 87001a98db9eec93dc6ab003139094e956e36dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:13:03 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 1f705fd..44f1e52 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -25,7 +25,7 @@ jobs: bun-version: latest - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-bun- - name: Cache Rust dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -79,7 +79,7 @@ jobs: bun-version: latest - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} @@ -87,7 +87,7 @@ jobs: ${{ runner.os }}-bun- - name: Cache Rust dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -140,7 +140,7 @@ jobs: bun-version: latest - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} @@ -148,7 +148,7 @@ jobs: ${{ runner.os }}-bun- - name: Cache Rust dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/