File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 screego :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
8+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
99 with :
1010 go-version : 1.26.x
11- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
11+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
1212 with :
1313 node-version : ' 25'
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - run : go mod download
1616 - run : (cd ui && yarn)
1717 - run : (cd ui && yarn build)
1818 - run : (cd ui && yarn testformat)
1919 - uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # 9.2.0
2020 with :
21- version : v2.7.2
21+ version : v2.11.4
2222 - run : go build ./...
2323 - run : go test -race ./...
2424 - if : startsWith(github.ref, 'refs/tags/v')
2929 DOCKER_USER : ${{ secrets.DOCKER_USER }}
3030 DOCKER_PASS : ${{ secrets.DOCKER_PASS }}
3131 - if : startsWith(github.ref, 'refs/tags/v')
32- uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
32+ uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1 .0
3333 with :
34- version : 2.13.0
34+ version : 2.15.4
3535 args : release --skip=validate
3636 env :
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments