From b60014e4318f85db6a11d4e2cb50532977ac890f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:06:25 +0000 Subject: [PATCH] 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/MergeToMain.yml | 4 ++-- .github/workflows/PullRequest.yml | 4 ++-- .github/workflows/Release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index a8f9fd8..57cc0ad 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} @@ -87,7 +87,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index e4f547a..1ae92d0 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} @@ -62,7 +62,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index d007f1f..e9e16de 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Cache NuGet packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}