File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 contents : read
1818 id-token : write
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - uses : oven-sh/setup-bun@v2
2222 - run : bun install
2323 - run : bun run build
24- - uses : actions/setup-node@v4
24+ - uses : actions/setup-node@v6
2525 with :
2626 node-version : " 25"
2727 registry-url : " https://registry.npmjs.org"
3232 permissions :
3333 contents : write
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 - name : Create GitHub Release
3737 env :
3838 GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 10
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : oven-sh/setup-bun@v2
1919 - run : bun install
2020 - run : bun playwright install --with-deps
You can’t perform that action at this time.
0 commit comments