File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
show-progress : false
34
34
35
35
- name : Cache packages
36
- uses : actions/cache@v3.3.3
36
+ uses : actions/cache@v4.0.0
37
37
with :
38
38
path : ${{ env.NUGET_PACKAGES }}
39
39
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
59
59
dotnet-version : 8.0.101
60
60
61
61
- name : Cache packages
62
- uses : actions/cache@v3.3.3
62
+ uses : actions/cache@v4.0.0
63
63
with :
64
64
path : ${{ env.NUGET_PACKAGES }}
65
65
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
85
85
dotnet-version : 8.0.101
86
86
87
87
- name : Cache packages
88
- uses : actions/cache@v3.3.3
88
+ uses : actions/cache@v4.0.0
89
89
with :
90
90
path : ${{ env.NUGET_PACKAGES }}
91
91
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111
111
dotnet-version : 8.0.101
112
112
113
113
- name : Cache packages
114
- uses : actions/cache@v3.3.3
114
+ uses : actions/cache@v4.0.0
115
115
with :
116
116
path : ${{ env.NUGET_PACKAGES }}
117
117
key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments