File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
global-json-file : global.json
82
82
83
83
- name : 🗃️ Setup NuGet cache
84
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
84
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
85
85
with :
86
86
path : ~/.nuget/packages
87
87
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change 64
64
global-json-file : global.json
65
65
66
66
- name : 🗃️ Setup NuGet cache
67
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
67
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
68
68
with :
69
69
path : ~/.nuget/packages
70
70
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change 57
57
global-json-file : global.json
58
58
59
59
- name : 🗃️ Setup NuGet cache
60
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
60
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
61
61
with :
62
62
path : ~/.nuget/packages
63
63
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change 45
45
global-json-file : global.json
46
46
47
47
- name : 🗃️ Setup NuGet cache
48
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
49
49
with :
50
50
path : ~/.nuget/packages
51
51
key : ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
You can’t perform that action at this time.
0 commit comments