chore(deps): update dependency adrienverge/yamllint to v1.37.1
Some checks failed
Release / push-arm64 (push) Has been cancelled
Release / push-amd64 (push) Has been cancelled
Release / push-manifest (push) Has been cancelled
Release / sync-to-hub-docker-io (push) Has been cancelled
Build / build-arm64 (push) Successful in 1m49s
Build / build-amd64 (push) Successful in 1m45s
Some checks failed
Release / push-arm64 (push) Has been cancelled
Release / push-amd64 (push) Has been cancelled
Release / push-manifest (push) Has been cancelled
Release / sync-to-hub-docker-io (push) Has been cancelled
Build / build-arm64 (push) Successful in 1m49s
Build / build-amd64 (push) Successful in 1m45s
This commit is contained in:
parent
ddcf17c2b7
commit
9a255ee460
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
# YAMLLINT_VERSION
|
# YAMLLINT_VERSION
|
||||||
# Only required to install a specify version
|
# Only required to install a specify version
|
||||||
YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
YAMLLINT_VERSION?=v1.37.1 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||||
@ -49,4 +49,4 @@ container-image/push:
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Declare the contents of the PHONY variable as phony. We keep that information
|
# Declare the contents of the PHONY variable as phony. We keep that information
|
||||||
# in a variable so we can use it in if_changed.
|
# in a variable so we can use it in if_changed.
|
||||||
.PHONY: ${PHONY}
|
.PHONY: ${PHONY}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user