Skip to content

Commit 5a9698d

Browse files
authored
Merge pull request #50 from ChrisPulman/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents e0a7639 + 4c5ed1e commit 5a9698d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}'
4343

4444
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: |
4848
.nuke/temp

.github/workflows/BuildOnly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
.nuke/temp

0 commit comments

Comments
 (0)