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