Skip to content

Commit 5e9030e

Browse files
Update actions/cache action to v5 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50f4960 commit 5e9030e

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)