File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 node-version : [16.x, 18.x, 20.x]
1515
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : pnpm/action-setup@v2
17+ - uses : actions/checkout@v4
18+ - uses : pnpm/action-setup@v4
1919 with :
2020 version : 8
2121 - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@v4
2323 with :
2424 cache : ' pnpm'
2525 node-version : ${{ matrix.node-version }}
5252
5353 - name : Code Climate
5454 if : matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
55- uses : paambaati/codeclimate-action@v5 .0.0
55+ uses : paambaati/codeclimate-action@v8 .0.0
5656 env :
5757 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
5858 with :
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 name : Deploy to GitHub Pages
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
21- - uses : pnpm/action-setup@v2
20+ - uses : actions/checkout@v4
21+ - uses : pnpm/action-setup@v4
2222 with :
2323 version : 8
24- - uses : actions/setup-node@v3
24+ - uses : actions/setup-node@v4
2525 with :
2626 node-version : 20
2727 cache : ' pnpm'
3333 # Popular action to deploy to GitHub Pages:
3434 # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
3535 - name : Deploy to GitHub Pages
36- uses : peaceiris/actions-gh-pages@v3
36+ uses : peaceiris/actions-gh-pages@v4
3737 with :
3838 github_token : ${{ secrets.GITHUB_TOKEN }}
3939 # Build output to publish to the `gh-pages` branch:
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 name : Test deployment
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
19- - uses : pnpm/action-setup@v2
18+ - uses : actions/checkout@v4
19+ - uses : pnpm/action-setup@v4
2020 with :
2121 version : 8
22- - uses : actions/setup-node@v3
22+ - uses : actions/setup-node@v4
2323 with :
2424 node-version : 20
2525 cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments