chore(deps): update dependency molecule to v6.0.3 (#353)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #353
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-12-14 08:55:21 +01:00 committed by Robert Kaussow
parent cb89d5411b
commit 68604a53d2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ARG ANSIBLE_VERSION
ARG MOLECULE_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${MOLECULE_VERSION:-6.0.2}"
ENV MOLECULE_VERSION="${MOLECULE_VERSION:-6.0.3}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.1.0}"