Skip to content

Commit 9ae2ea8

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/cache action to v4
1 parent 885f9d4 commit 9ae2ea8

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: '8.0.x'
3232
- name: NuGet Cache
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ env.NUGET_PACKAGES }}
3636
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}

0 commit comments

Comments
 (0)