From b19b52547143950b26c53f53ed8c15e82cf4209b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:07:18 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 ecd3a7c0c..dbf39c3db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1172,7 +1172,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/x86_64-unknown-linux-musl/release/alien @@ -1227,7 +1227,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/aarch64-unknown-linux-musl/release/alien @@ -1284,7 +1284,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/aarch64-apple-darwin/release/alien @@ -1354,7 +1354,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/x86_64-pc-windows-msvc/release/alien.exe