Skip to content

Commit 8f8034f

Browse files
Update actions/cache action to v5
1 parent 3b61b11 commit 8f8034f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)