Skip to content

Commit 8c38eb6

Browse files
authored
Merge pull request #6 from CompostInTraining/dependabot/github_actions/actions/cache-5
2 parents 758863d + 64b7496 commit 8c38eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
with:
2626
path: ~/.nuget/packages
2727
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)