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: with:
version: latest version: latest
args: --verbose args: --verbose
- uses: hadolint/hadolint-action@v2.1.0 - uses: hadolint/hadolint-action@v3.0.0
name: hadolint for Dockerfile.linux.amd64 name: hadolint for Dockerfile.linux.amd64
with: with:
dockerfile: docker/Dockerfile.linux.amd64 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 name: hadolint for Dockerfile.linux.arm64
with: with:
dockerfile: docker/Dockerfile.linux.arm64 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 name: hadolint for Dockerfile.linux.arm
with: with:
dockerfile: docker/Dockerfile.linux.arm dockerfile: docker/Dockerfile.linux.arm

View File

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