Skip to content

Commit fd20ad6

Browse files
Update actions/cache action to v5
1 parent d58fcc1 commit fd20ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: '8.0.x'
3333
- name: NuGet Cache
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ${{ env.NUGET_PACKAGES }}
3737
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}

0 commit comments

Comments
 (0)