File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Prepare repo
22runs :
33 using : ' composite'
44 steps :
5- - uses : actions/setup-node@v4
5+ - uses : actions/setup-node@v5
66 name : Setup node.js and yarn
77 with :
88 registry-url : ' https://registry.npmjs.org' # Required for OIDC
Original file line number Diff line number Diff line change 3030 timeout-minutes : 2
3131 if : ${{ !github.event.pull_request.draft && !startsWith(github.head_ref, 'changeset-release/') }}
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v5
3434 - uses : mskelton/changelog-reminder-action@7039cd14fb784c0a2b37f6e7a6ade2c9148c2245 # v2.0.0
3535 with :
3636 changelogRegex : " \\ .changeset"
Original file line number Diff line number Diff line change 66 type-check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : ./.github/workflows/actions/prepare
1111
1212 - id : typescript-cache
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : ./.github/workflows/actions/prepare
3232
3333 - id : eslint-cache
4646 runs-on : ubuntu-latest
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : ./.github/workflows/actions/prepare
5151
5252 - name : Build packages
8989 runs-on : ubuntu-latest
9090
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 - uses : ./.github/workflows/actions/prepare
9494
9595 - id : test-build
Original file line number Diff line number Diff line change 3434 steps :
3535 # WARNING: DO NOT RUN ANY CUSTOM LOCAL SCRIPT BEFORE RUNNING THE SNAPIT ACTION
3636 # This action can be executed by 3rd party users and it should not be able to run arbitrary code from a PR.
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 with :
3939 token : ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
4040
6262 contents : read
6363 id-token : write # Required for OIDC
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v5
6666 with :
6767 token : ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
6868
Original file line number Diff line number Diff line change 1313 name : Internal Snapshot
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v5
1717 with :
1818 token : ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
1919
Original file line number Diff line number Diff line change 1313 name : Unstable Snapshot
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v5
1717 with :
1818 token : ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
1919
You can’t perform that action at this time.
0 commit comments