Skip to content

Commit 533e040

Browse files
build(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](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 0682d48 commit 533e040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dotnet-version: '10.0.x'
2929

3030
- name: Cache NuGet packages
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.nuget/packages
3434
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}
@@ -91,7 +91,7 @@ jobs:
9191
dotnet-version: '10.0.x'
9292

9393
- name: Cache NuGet packages
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
with:
9696
path: ~/.nuget/packages
9797
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}
@@ -133,7 +133,7 @@ jobs:
133133
dotnet-version: '10.0.x'
134134

135135
- name: Cache NuGet packages
136-
uses: actions/cache@v4
136+
uses: actions/cache@v5
137137
with:
138138
path: ~/.nuget/packages
139139
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}

0 commit comments

Comments
 (0)