diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml index 82c2106..5eb6de2 100644 --- a/.github/workflows/macos-latest.yml +++ b/.github/workflows/macos-latest.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: 'Cache: .fuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .fuke/temp diff --git a/.github/workflows/ubuntu-latest.yml b/.github/workflows/ubuntu-latest.yml index 697cc56..e659c00 100644 --- a/.github/workflows/ubuntu-latest.yml +++ b/.github/workflows/ubuntu-latest.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: 'Cache: .fuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .fuke/temp diff --git a/.github/workflows/windows-latest.yml b/.github/workflows/windows-latest.yml index e70ade2..d52bdcc 100644 --- a/.github/workflows/windows-latest.yml +++ b/.github/workflows/windows-latest.yml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: 'Cache: .fuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .fuke/temp