Skip to content

Commit 9b8182e

Browse files
Bump actions/cache from 2 to 4 (#244)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fd999f commit 9b8182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
dotnet-version: 8.0.*
7171
- name: Cache .nuke/temp, ~/.nuget/packages
72-
uses: actions/cache@v2
72+
uses: actions/cache@v4
7373
with:
7474
path: |
7575
.nuke/temp

0 commit comments

Comments
 (0)