Skip to content

Commit e67320c

Browse files
committed
fix: update workflows
1 parent f424d4d commit e67320c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
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)
@@ -29,9 +29,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)