From 25341080add5af1407e7e873b91fc333f4710e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:11:37 +0000 Subject: [PATCH] build(deps): 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/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af7b1caa..7dbe037bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -290,7 +290,7 @@ jobs: toolchain: stable - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 if: ${{ !matrix.skip_webui }} with: path: aw-server-rust/aw-webui/node_modules @@ -299,7 +299,7 @@ jobs: ${{ matrix.os }}-node_modules- - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cargo-build-target with: @@ -485,7 +485,7 @@ jobs: toolchain: stable - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 if: ${{ !matrix.skip_webui }} with: path: | @@ -496,7 +496,7 @@ jobs: ${{ matrix.os }}-node_modules- - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cargo-build-target with: