File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
actions/artifacts-restore Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
-
8
8
name : Use cached cake frosting
9
9
id : cache-cake
10
- uses : actions/cache@v3
10
+ uses : actions/cache@v4
11
11
with :
12
12
path : run
13
13
key : run-${{ runner.os }}-${{ hashFiles('./build/**') }}
14
14
-
15
15
name : Use cached tools
16
16
id : cache-tools
17
- uses : actions/cache@v3
17
+ uses : actions/cache@v4
18
18
with :
19
19
path : tools
20
20
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
21
21
-
22
22
name : Setup .NET SDK
23
- uses : actions/setup-dotnet@v3
23
+ uses : actions/setup-dotnet@v4
24
24
with :
25
25
global-json-file : global.json
Original file line number Diff line number Diff line change 33
33
34
34
-
35
35
name : Test Summary
36
- uses : test-summary/action@v2
36
+ uses : test-summary/action@v2.2
37
37
if : matrix.targetFramework == 'net8.0'
38
38
with :
39
39
paths : artifacts/test-results/*.results.xml
You can’t perform that action at this time.
0 commit comments