Skip to content

Commit de98b57

Browse files
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](actions/cache@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] <support@github.com>
1 parent 0162335 commit de98b57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-module-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: ${{ env.DOTNET_VERSION }}
3232

3333
- name: Cache NuGet packages
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ~/.nuget/packages
3737
key: module-base-nuget

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet workload install maui-windows
5555

5656
- name: Cache NuGet packages
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: ~/.nuget/packages
6060
key: windows-maui-nuget
@@ -171,7 +171,7 @@ jobs:
171171
dotnet-version: ${{ env.DOTNET_VERSION }}
172172

173173
- name: Cache NuGet packages
174-
uses: actions/cache@v4
174+
uses: actions/cache@v5
175175
with:
176176
path: ~/.nuget/packages
177177
key: linux-photino-nuget

0 commit comments

Comments
 (0)