File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Get workflow artifacts
20- uses : actions/github-script@v7
20+ uses : actions/github-script@v8
2121 id : get-workflow-artifacts
2222 with :
2323 script : |
Original file line number Diff line number Diff line change 3030
3131 - name : Bump version
3232 id : bump
33- uses : actions/github-script@v7
33+ uses : actions/github-script@v8
3434 env :
3535 INPUT_VERSION : ${{ github.event.inputs.version }}
3636 with :
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v5
1616
1717 - name : Delete artifacts
18- uses : actions/github-script@v7
18+ uses : actions/github-script@v8
1919 with :
2020 script : |
2121 const script = require('./.github/actions/delete-artifacts.cjs')
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : pnpm build --channel=nightly --no-typecheck
109109
110110 - name : Get built version
111- uses : actions/github-script@v7
111+ uses : actions/github-script@v8
112112 id : version
113113 with :
114114 script : |
Original file line number Diff line number Diff line change 3434 run : pnpm build --channel=preview
3535
3636 - name : Get built version
37- uses : actions/github-script@v7
37+ uses : actions/github-script@v8
3838 id : version
3939 with :
4040 script : |
Original file line number Diff line number Diff line change 3838 uses : ./.github/actions/setup
3939
4040 - name : Validate stable release
41- uses : actions/github-script@v7
41+ uses : actions/github-script@v8
4242 env :
4343 INPUT_VERSION : ${{ github.event.inputs.version }}
4444 with :
5050 run : pnpm build --channel=stable
5151
5252 - name : Get built version
53- uses : actions/github-script@v7
53+ uses : actions/github-script@v8
5454 id : version
5555 with :
5656 script : |
Original file line number Diff line number Diff line change 1919
2020 - name : Find tests to run
2121 id : filter
22- uses : actions/github-script@v7
22+ uses : actions/github-script@v8
2323 with :
2424 script : |
2525 const script = require('./.github/actions/tests-e2e-filter.cjs')
You can’t perform that action at this time.
0 commit comments