From 6ff33cfd27fd374e5688ca4fc3c1700b568401ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 18:40:50 +0100 Subject: [PATCH] Bump yamllint from 1.25.0 to 1.26.0 in /.github/workflows (#362) --- .github/workflows/requirements_molecule.txt | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements_molecule.txt b/.github/workflows/requirements_molecule.txt index aebb1e8..f1ead29 100644 --- a/.github/workflows/requirements_molecule.txt +++ b/.github/workflows/requirements_molecule.txt @@ -1,6 +1,6 @@ ansible-base==2.10.5 ansible==2.10.6 ansible-lint==4.3.7 -yamllint==1.25.0 +yamllint==1.26.0 molecule[docker]==3.2.3 docker==4.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 510635d..65e715a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ENHANCEMENTS: * Only run GitHub actions Galaxy CI/CD workflow when a new release is published. * Specify GitHub actions Ubuntu release. * Update list of supported platforms. -* Update Ansible base to `2.10.5`, Ansible to `2.10.6` and Molecule to `3.2.3`. +* Update Ansible base to `2.10.5`, Ansible to `2.10.6`, Molecule to `3.2.3` and yamllint to `1.26.0`. ## 0.19.1 (January 11, 2021)