Commit 6fdf579 1 parent 3be2dd1 commit 6fdf579 Copy full SHA for 6fdf579
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
45
- - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
45
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
46
46
with :
47
47
path : ~/.nuget/packages
48
48
# Look to see if there is a cache hit for the corresponding requirements file
84
84
steps :
85
85
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86
86
87
- - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
87
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
88
88
with :
89
89
path : ~/.nuget/packages
90
90
# Look to see if there is a cache hit for the corresponding requirements file
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
- - uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
29
+ - uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
30
30
with :
31
31
path : ~/.nuget/packages
32
32
# Look to see if there is a cache hit for the corresponding requirements file
You can’t perform that action at this time.
0 commit comments