chore(deps): update github actions dependency.
This commit is contained in:
parent
83a6e63af9
commit
99f9956b48
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue