From c001d7e5c0f3b8099f316b9c6b5c9a31b04d6bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 00:02:26 +0000 Subject: [PATCH] chore(github-actions): 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/build-test-pack.yml | 2 +- .github/workflows/commit-message.yml | 2 +- .github/workflows/qodana.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-pack.yml b/.github/workflows/build-test-pack.yml index c9688c3c..33368559 100644 --- a/.github/workflows/build-test-pack.yml +++ b/.github/workflows/build-test-pack.yml @@ -55,7 +55,7 @@ jobs: with: signing-key-value: ${{ secrets.signing-key-value }} - name: 💾 cache nuget packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}-nuget-${{ inputs.module-name }}-${{ hashFiles('**/*.csproj') }} diff --git a/.github/workflows/commit-message.yml b/.github/workflows/commit-message.yml index b7bdfa2d..5fa7f43d 100644 --- a/.github/workflows/commit-message.yml +++ b/.github/workflows/commit-message.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: 💾 cache NuGet tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: nuget-tools-${{ hashFiles('dotnet-tools.json') }} diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index bf7971d4..32d0665e 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: 💾 cache nuget packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ runner.temp }}/qodana/caches key: ${{ runner.os }}-qodana-${{ github.ref }}-${{ hashFiles('**/*.csproj') }}