File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
!contains(github.event.pull_request.labels.*.name, 'skip changeset')
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 20
20
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
21
21
ssm_parameter_pairs : ' /production/common/launchpad-ui/chromatic-token = CHROMATIC_TOKEN'
22
22
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0
26
26
Original file line number Diff line number Diff line change 25
25
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
26
26
ssm_parameter_pairs : ' /production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN'
27
27
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 0
31
31
Original file line number Diff line number Diff line change 7
7
name : Package Size
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 18
18
publish :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
Original file line number Diff line number Diff line change 23
23
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
24
24
ssm_parameter_pairs : ' /production/common/services/vscode_marketplace/vsce_pat = VSCE_PAT'
25
25
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
Original file line number Diff line number Diff line change 24
24
/production/common/launchpad-ui/gh-pat-token = CUSTOM_GITHUB_TOKEN,
25
25
/production/common/releasing/npm/token = NODE_AUTH_TOKEN
26
26
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
30
30
fetch-depth : 0
Original file line number Diff line number Diff line change 26
26
/production/common/launchpad-ui/figma-file-key = FIGMA_FILE_KEY,
27
27
/production/common/launchpad-ui/figma-token = FIGMA_TOKEN
28
28
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 21
21
/production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN
22
22
23
23
- name : Checkout
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
Original file line number Diff line number Diff line change 28
28
needs : [branch-info]
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
56
56
needs : [branch-info]
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
with :
61
61
fetch-depth : 0
62
62
83
83
name : Quality
84
84
runs-on : ubuntu-latest
85
85
steps :
86
- - uses : actions/checkout@v4
86
+ - uses : actions/checkout@v5
87
87
with :
88
88
fetch-depth : 0
89
89
You can’t perform that action at this time.
0 commit comments