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:
|
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
|
||||||
|
|||||||
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user