File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v7
14+ uses : actions/checkout@v7.0.0
1515
1616 - name : Setup Bun
17- uses : oven-sh/setup-bun@v2
17+ uses : oven-sh/setup-bun@v2.2.0
1818 with :
1919 bun-version-file : package.json
2020
3434 run : bun unit
3535
3636 - name : Setup Java
37- uses : actions/setup-java@v5
37+ uses : actions/setup-java@v5.3.0
3838 with :
3939 distribution : adopt
4040 java-version : 24
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v7
27+ uses : actions/checkout@v7.0.0
2828
2929 - name : Setup Bun
30- uses : oven-sh/setup-bun@v2
30+ uses : oven-sh/setup-bun@v2.2.0
3131 with :
3232 bun-version-file : package.json
3333
@@ -38,10 +38,10 @@ jobs:
3838 run : bun docs:build
3939
4040 - name : Setup Pages
41- uses : actions/configure-pages@v6
41+ uses : actions/configure-pages@v6.0.0
4242
4343 - name : Upload artifact
44- uses : actions/upload-pages-artifact@v5
44+ uses : actions/upload-pages-artifact@v5.0.0
4545 with :
4646 path : ./docs/build
4747
5353 needs : build
5454 steps :
5555 - name : Deploy to GitHub Pages
56- uses : actions/deploy-pages@v5
56+ uses : actions/deploy-pages@v5.0.0
Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v7
17+ uses : actions/checkout@v7.0.0
1818
1919 - name : Setup Bun
20- uses : oven-sh/setup-bun@v2
20+ uses : oven-sh/setup-bun@v2.2.0
2121 with :
2222 bun-version-file : package.json
2323
2424 - name : Install Dependencies
2525 run : bun install
2626
2727 - name : Setup node for npm publish
28- uses : actions/setup-node@v6
28+ uses : actions/setup-node@v6.4.0
2929 with :
3030 node-version : latest
3131
You can’t perform that action at this time.
0 commit comments