Skip to content

Commit 70191ac

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 bc74ae2 commit 70191ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: ${{ matrix.dotnet-version }}
20-
- uses: actions/cache@v4
20+
- uses: actions/cache@v5
2121
with:
2222
path: ~/.nuget/packages
2323
# Look to see if there is a cache hit for the corresponding requirements file
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- name: Setup .NET Core SDK
4747
uses: actions/setup-dotnet@v5
48-
- uses: actions/cache@v4
48+
- uses: actions/cache@v5
4949
with:
5050
path: ~/.nuget/packages
5151
# Look to see if there is a cache hit for the corresponding requirements file
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272
- name: Setup .NET Core SDK
7373
uses: actions/setup-dotnet@v5
74-
- uses: actions/cache@v4
74+
- uses: actions/cache@v5
7575
with:
7676
path: ~/.nuget/packages
7777
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)