File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 79
79
runs-on : ${{ matrix.os }}
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v2.4.0
82
+ uses : actions/checkout@v2.4.2
83
83
with :
84
84
clean : ' false'
85
85
fetch-depth : ' 0'
@@ -94,11 +94,11 @@ jobs:
94
94
restore-keys : |
95
95
${{ runner.os }}-nuget-
96
96
- name : 🔨 Use .NET Core 3.1 SDK
97
- uses : actions/setup-dotnet@v1.9.0
97
+ uses : actions/setup-dotnet@v1.9.1
98
98
with :
99
99
dotnet-version : ' 3.1.x'
100
100
- name : 🔨 Use .NET Core 6.0 SDK
101
- uses : actions/setup-dotnet@v1.9.0
101
+ uses : actions/setup-dotnet@v1.9.1
102
102
with :
103
103
dotnet-version : ' 6.0.x'
104
104
- name : 🎁 dotnet tool restore
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3.0.1
13
+ uses : actions/checkout@v3.0.2
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3.0.1
17
+ uses : actions/checkout@v3.0.2
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3.0.1
19
+ uses : actions/checkout@v3.0.2
20
20
21
21
- name : Run Labeler
22
22
if : success()
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3.0.1
16
+ uses : actions/checkout@v3.0.2
17
17
with :
18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments