Skip to content

Commit 78e4cdf

Browse files
authored
update workflow to use actions/cache@v4
1 parent cb831f0 commit 78e4cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache .NET Toolchains
4545
id: cache-dotnet-toolchain
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
with:
4848
path: '%LocalAppData%\Microsoft\dotnet\'
4949
key: 'dotnet-toolchain'

0 commit comments

Comments
 (0)