File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
atc_check_for_updates :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : ' 0'
15
15
- name : ⚙ set environment stuff
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : 🛒 Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
token : ${{ secrets.PAT_WORKFLOWS }}
31
31
setAllVars : true
32
32
33
33
- name : ⚙️ Setup dotnet 8.0.x
34
- uses : actions/setup-dotnet@v1
34
+ uses : actions/setup-dotnet@v4
35
35
with :
36
36
dotnet-version : ' 8.0.x'
37
37
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
17
- name : 🛒 Checkout repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : ⚙️ Setup dotnet 8.0.x
23
- uses : actions/setup-dotnet@v1
23
+ uses : actions/setup-dotnet@v4
24
24
with :
25
25
dotnet-version : ' 8.0.x'
26
26
@@ -39,12 +39,12 @@ jobs:
39
39
- dotnet-build
40
40
steps :
41
41
- name : 🛒 Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v4
43
43
with :
44
44
fetch-depth : 0
45
45
46
46
- name : ⚙️ Setup dotnet 8.0.x
47
- uses : actions/setup-dotnet@v1
47
+ uses : actions/setup-dotnet@v4
48
48
with :
49
49
dotnet-version : ' 8.0.x'
50
50
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : 🛒 Checkout repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
token : ${{ secrets.PAT_WORKFLOWS }}
28
28
setAllVars : true
29
29
30
30
- name : ⚙️ Setup dotnet 8.0.x
31
- uses : actions/setup-dotnet@v1
31
+ uses : actions/setup-dotnet@v4
32
32
with :
33
33
dotnet-version : ' 8.0.x'
34
34
You can’t perform that action at this time.
0 commit comments