Skip to content

Commit 71a5864

Browse files
Update actions/cache action to v5 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55e6ee9 commit 71a5864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
dotnet-version: '10.0.x'
4040
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: |
4444
.nuke/temp

0 commit comments

Comments
 (0)