File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 name : editorconfig
1010 steps :
1111 - name : Checkout the repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Check editorconfig
1414 uses : editorconfig-checker/action-editorconfig-checker@main
1515 package-json :
1616 runs-on : ubuntu-latest
1717 name : package.json
1818 steps :
1919 - name : Checkout the repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Install pnpm
2222 uses : pnpm/action-setup@v4
2323 with :
Original file line number Diff line number Diff line change 77 name : commitlint
88 steps :
99 - name : Checkout the repository
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - name : Install pnpm
Original file line number Diff line number Diff line change 1414 workflow : ${{ steps.check.outputs.workflow }}
1515 steps :
1616 - name : Checkout the repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Context check
1919 id : check
2020 uses : trigensoftware/simple-release-action@latest
2828 if : needs.check.outputs.workflow == 'pull-request'
2929 steps :
3030 - name : Checkout the repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 - name : Create or update pull request
3333 uses : trigensoftware/simple-release-action@latest
3434 with :
4141 if : needs.check.outputs.workflow == 'release'
4242 steps :
4343 - name : Checkout the repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 - name : Install pnpm
4646 uses : pnpm/action-setup@v4
4747 with :
Original file line number Diff line number Diff line change 1515 name : Node.js ${{ matrix.node-version }} / unit
1616 steps :
1717 - name : Checkout the repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : Install pnpm
2020 uses : pnpm/action-setup@v4
2121 with :
3434 name : lint
3535 steps :
3636 - name : Checkout the repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 - name : Install pnpm
3939 uses : pnpm/action-setup@v4
4040 with :
You can’t perform that action at this time.
0 commit comments