File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 submodules : recursive
2626 fetch-depth : 0
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.11'
3333
3434 - name : Set up pnpm
35- uses : pnpm/action-setup@v4
35+ uses : pnpm/action-setup@v6
3636 with :
3737 version : 10
3838
3939 - name : Set up Node
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v5
4141 with :
4242 node-version : 20
4343
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Setup pnpm
17- uses : pnpm/action-setup@v4
17+ uses : pnpm/action-setup@v6
1818 with :
1919 version : 10
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 node-version : 20
2525 # no cache — standalone package, fast install
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 runs-on : ubuntu-latest
1717 if : " !contains(github.event.head_commit.message, '[skip ci]')"
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 persist-credentials : false
23- - uses : pnpm/action-setup@v4
23+ - uses : pnpm/action-setup@v6
2424 with :
2525 version : 10
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@v5
2727 with :
2828 node-version : ' 20'
2929 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments