File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 71
71
needs : download-if-workflow-run
72
72
steps :
73
73
- name : Checkout
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
76
76
- name : Install & Build prlint
77
77
run : yarn install --frozen-lockfile && cd tools/@aws-cdk/prlint && yarn build+test
Original file line number Diff line number Diff line change 11
11
any-changed-files : ${{ steps.changed-cli-files.outputs.cli_any_changed }}
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
ref : ${{ github.event.pull_request.head.ref }}
17
17
repository : ${{ github.event.pull_request.head.repo.full_name }}
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
# Needs to run with PROJEN_GITHUB_TOKEN because we need permissions to force push the branch
40
40
token : ${{ secrets.PROJEN_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
steps :
18
18
19
19
- name : Check Out
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Set up Node
23
23
uses : actions/setup-node@v3
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Check Out
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
64
64
- name : Download patch
65
65
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'aws/aws-cdk'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
name : " Update a projects CONTRIBUTORS file"
16
16
env :
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
branch : ${{ github.event.pull_request.head.ref }}
29
29
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
steps :
16
16
17
17
- name : Check Out
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Set up Node
21
21
uses : actions/setup-node@v3
@@ -103,7 +103,7 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Check Out
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
108
108
- name : Download patch
109
109
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments