From 9f7432e86ea5aa66c32644521532ca68f9678849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 19:33:45 +0000 Subject: [PATCH] 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/macos-latest.yml | 2 +- .github/workflows/ubuntu-latest.yml | 2 +- .github/workflows/windows-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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