File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 github-token : ${{ secrets.GITHUB_TOKEN }}
2727 version : ' latest'
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Run build
3131 run : earthly --org Coobaha --sat docs --ci --output +docs.build
3232 - name : Run tests
3333 run : earthly --org Coobaha --sat docs --ci +docs.test
3434
3535 - name : Upload documentation
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : docs
3939 path : |
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Download artifact
55- uses : actions/download-artifact@v3
55+ uses : actions/download-artifact@v5
5656 with :
5757 name : docs
5858
@@ -62,13 +62,13 @@ jobs:
6262 args : unzip -qq ${{ env.ARTIFACT }} -d dir
6363
6464 - name : Setup Pages
65- uses : actions/configure-pages@v3
65+ uses : actions/configure-pages@v5
6666
6767 - name : Upload artifact
68- uses : actions/upload-pages-artifact@v2
68+ uses : actions/upload-pages-artifact@v4
6969 with :
7070 path : dir
7171
7272 - name : Deploy to GitHub Pages
7373 id : deployment
74- uses : actions/deploy-pages@v2
74+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- node : [20, 21, 22]
12+ node : [20, 21, 22, 24 ]
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : pnpm/action-setup@v2
16- with :
17- version : 8
18- - uses : actions/setup-node@v4
14+ - uses : actions/checkout@v5
15+ - uses : pnpm/action-setup@v4
16+ - uses : actions/setup-node@v5
1917 with :
2018 node-version : ${{ matrix.node }}
2119 cache : ' pnpm'
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- node : [20, 21, 22]
9+ node : [20, 21, 22, 24 ]
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : pnpm/action-setup@v2
13- with :
14- version : 8
15- - uses : actions/setup-node@v4
11+ - uses : actions/checkout@v5
12+ - uses : pnpm/action-setup@v4
13+ - uses : actions/setup-node@v5
1614 with :
1715 node-version : ${{ matrix.node }}
1816 cache : ' pnpm'
Original file line number Diff line number Diff line change 1111 release-please-pr :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - id : release-pr
2525 runs-on : ubuntu-latest
2626 environment : main
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - uses : google-github-actions/release-please-action@v3
3535 release-type : node
3636 package-name : ' @coobaha/typed-fastify'
3737 command : github-release
38- - uses : pnpm/action-setup@v2
39- with :
40- version : 8
41- - uses : actions/setup-node@v4
38+ - uses : pnpm/action-setup@v4
39+ - uses : actions/setup-node@v5
4240 if : ${{ steps.release.outputs.release_created }}
4341 with :
4442 node-version : 20
You can’t perform that action at this time.
0 commit comments