Skip to content

Commit 65ace30

Browse files
Merge pull request #72 from AaronSadlerUK/dependabot/github_actions/develop/actions/cache-5
Bump actions/cache from 3 to 5
2 parents 6d1092d + 4af11b1 commit 65ace30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-build-prelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# retention-days: 30
6969

7070
- name: Retrieve cache
71-
uses: actions/cache@v3
71+
uses: actions/cache@v5
7272
with:
7373
path: |
7474
~/.nuget/packages

.github/workflows/dotnet-build.stablerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# retention-days: 30
6565

6666
- name: Retrieve cache
67-
uses: actions/cache@v3
67+
uses: actions/cache@v5
6868
with:
6969
path: |
7070
~/.nuget/packages

0 commit comments

Comments
 (0)