From 576a5fde124c41d4c11e90d580ded06bcc860873 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:33:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb7c6e4..166dd8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: dotnet-version: "9" - name: Setup Global Dotnet Tool Cache if: ${{ matrix.os == 'windows-2025' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.dotnet/tools key: ${{ runner.os }}-${{ runner.arch }}-dotnet-tools @@ -81,7 +81,7 @@ jobs: install-native: true - name: Setup Konan if: ${{ matrix.os != 'ubuntu-24.04-arm' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.konan/caches @@ -245,7 +245,7 @@ jobs: install-native: true - name: Setup Konan if: ${{ matrix.os != 'ubuntu-24.04-arm' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.konan/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eb48fc..c4e8db5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: dotnet-version: "9" - name: Setup Global Dotnet Tool Cache if: ${{ matrix.os == 'windows-2025' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.dotnet/tools key: ${{ runner.os }}-${{ runner.arch }}-dotnet-tools @@ -61,7 +61,7 @@ jobs: install-native: true - name: Setup Konan if: ${{ matrix.os != 'ubuntu-24.04-arm' }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.konan/caches