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 1616 !contains(github.event.pull_request.labels.*.name, 'skip changeset')
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 2020 aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
2121 ssm_parameter_pairs : ' /production/common/launchpad-ui/chromatic-token = CHROMATIC_TOKEN'
2222
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 2525 aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
2626 ssm_parameter_pairs : ' /production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN'
2727
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 77 name : Package Size
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313
Original file line number Diff line number Diff line change 1818 publish :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 2323 aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
2424 ssm_parameter_pairs : ' /production/common/services/vscode_marketplace/vsce_pat = VSCE_PAT'
2525
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change 2424 /production/common/launchpad-ui/gh-pat-token = CUSTOM_GITHUB_TOKEN,
2525 /production/common/releasing/npm/token = NODE_AUTH_TOKEN
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3030 fetch-depth : 0
Original file line number Diff line number Diff line change 2626 /production/common/launchpad-ui/figma-file-key = FIGMA_FILE_KEY,
2727 /production/common/launchpad-ui/figma-token = FIGMA_TOKEN
2828
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 2121 /production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN
2222
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 2828 needs : [branch-info]
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
5656 needs : [branch-info]
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 with :
6161 fetch-depth : 0
6262
8383 name : Quality
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v5
8787 with :
8888 fetch-depth : 0
8989
You can’t perform that action at this time.
0 commit comments