Skip to content

Commit 6ca8c6c

Browse files
chore(deps): update actions/cache action to v6
1 parent efe33fa commit 6ca8c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: 10.0.x
2323

2424
- name: Cache NuGet packages
25-
uses: actions/cache@v5
25+
uses: actions/cache@v6
2626
with:
2727
path: ~/.nuget/packages
2828
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)