From 9bace71000b8bd0c4573f783f25f2a93d1cd3d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:03:45 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Build-Test-And-Deploy.yml | 2 +- .github/workflows/PR-Build-And-Test.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index 68a6774c..b43e7dbc 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -26,7 +26,7 @@ jobs: NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }} - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/PR-Build-And-Test.yml b/.github/workflows/PR-Build-And-Test.yml index a6dbf183..bd11dff1 100644 --- a/.github/workflows/PR-Build-And-Test.yml +++ b/.github/workflows/PR-Build-And-Test.yml @@ -17,7 +17,7 @@ jobs: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c781d066..324e67af 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 9d7d60be..0e685139 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -29,7 +29,7 @@ jobs: NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_PAT }} - name: Set up dependency caching for faster builds - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: |