chore(deps): update github actions dependency.
This commit is contained in:
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user