File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 39
39
body: backport_start_body
40
40
});
41
41
- name : Checkout repo
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
with :
44
44
fetch-depth : 0
45
45
- name : Run backport
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
with :
35
35
fetch-depth : ' 0'
36
36
Original file line number Diff line number Diff line change 24
24
if : github.repository == 'PowerShell/PowerShell'
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- name : Sync tags
29
29
run : |
30
30
git fetch --prune --unshallow --tags
63
63
if : github.repository == 'PowerShell/PowerShell'
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@v2
66
+ uses : actions/checkout@v3
67
67
- name : Update Notices file
68
68
run : |
69
69
Invoke-WebRequest -Uri https://aka.ms/pwsh-daily-tpn -OutFile ./ThirdPartyNotices.txt
@@ -105,7 +105,7 @@ jobs:
105
105
CGMANIFEST_PATH : ' '
106
106
steps :
107
107
- name : Checkout
108
- uses : actions/checkout@v2
108
+ uses : actions/checkout@v3
109
109
- name : Sync tags
110
110
run : |
111
111
git fetch --prune --unshallow --tags
Original file line number Diff line number Diff line change 29
29
name : Update experimental features json
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
with :
34
34
fetch-depth : ' 0'
35
35
- name : Create experimental features file
77
77
needs : create-expjson
78
78
steps :
79
79
- name : Checkout
80
- uses : actions/checkout@v2
80
+ uses : actions/checkout@v3
81
81
with :
82
82
fetch-depth : ' 0'
83
83
- name : Download artifacts
Original file line number Diff line number Diff line change 9
9
markdown-link-check :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@master
12
+ - uses : actions/checkout@v3
13
13
- uses : gaurav-nelson/github-action-markdown-link-check@v1
14
14
with :
15
15
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 15
15
if : github.repository == 'PowerShell/PowerShell'
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@master
18
+ uses : actions/checkout@v3
19
19
- name : Check Links
20
20
uses : gaurav-nelson/github-action-markdown-link-check@v1
21
21
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout the latest code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Post rebase started comment to pull request
You can’t perform that action at this time.
0 commit comments