chore(deps): update github actions dependency.

This commit is contained in:
Bo-Yi Wu 2022-12-19 13:14:04 +08:00 committed by Bo-Yi.Wu
parent 83a6e63af9
commit 99f9956b48
2 changed files with 4 additions and 4 deletions

View File

@ -23,15 +23,15 @@ jobs:
with:
version: latest
args: --verbose
- uses: hadolint/hadolint-action@v2.1.0
- uses: hadolint/hadolint-action@v3.0.0
name: hadolint for Dockerfile.linux.amd64
with:
dockerfile: docker/Dockerfile.linux.amd64
- uses: hadolint/hadolint-action@v2.1.0
- uses: hadolint/hadolint-action@v3.0.0
name: hadolint for Dockerfile.linux.arm64
with:
dockerfile: docker/Dockerfile.linux.arm64
- uses: hadolint/hadolint-action@v2.1.0
- uses: hadolint/hadolint-action@v3.0.0
name: hadolint for Dockerfile.linux.arm
with:
dockerfile: docker/Dockerfile.linux.arm

View File

@ -24,7 +24,7 @@ jobs:
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser