Skip to content

Commit edae902

Browse files
Update release.yml
1 parent 135f0d5 commit edae902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Cache .NET packages
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-dotnet-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)