From aa48925516a3cf70e87829362881f812581cca4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:02:59 +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-and-test.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b9ee830..3d35f10 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: ./.github/actions/setup-dotnet - name: Setup Dependency Caching - 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 b31eaa9..ae045ca 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -29,7 +29,7 @@ jobs: with: dotnet-version: 8.x - name: Setup Dependency Caching - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87e0590..e9c0b3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: ./.github/actions/setup-dotnet - name: Setup Dependency Caching - uses: actions/cache@v4 + uses: actions/cache@v5 id: nuget-cache with: path: |