File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
22- - uses : actions/setup-go@v5
21+ - uses : actions/checkout@v5
22+ - uses : actions/setup-go@v6
2323 with :
2424 go-version : ' 1.23.2'
2525 - run : go test ./...
2626 - run : make wasm
27- - uses : actions/upload-pages-artifact@v3
27+ - uses : actions/upload-pages-artifact@v5
2828 with :
2929 path : web
3030
3636 needs : build
3737 steps :
3838 - id : deployment
39- uses : actions/deploy-pages@v4
39+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 2121 release :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 ref : ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}
2727
3333 exit 1
3434 fi
3535
36- - uses : actions/setup-go@v5
36+ - uses : actions/setup-go@v6
3737 with :
3838 go-version : ' 1.23.2'
3939
You can’t perform that action at this time.
0 commit comments