From 4a6fa2f321e934240306fa94fb4c63bf48468ff7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:46:42 +0000 Subject: [PATCH] Update gofrolist/molecule-action action to v2.5.3 --- .github/workflows/reuseable-ansible-molecule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuseable-ansible-molecule.yaml b/.github/workflows/reuseable-ansible-molecule.yaml index 0840131..f5462c1 100644 --- a/.github/workflows/reuseable-ansible-molecule.yaml +++ b/.github/workflows/reuseable-ansible-molecule.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.0 - name: Start ansible molecule Based Tests - uses: gofrolist/molecule-action@v2.5.1 + uses: gofrolist/molecule-action@v2.5.3 with: molecule_working_dir: ${{ inputs.molecule_working_dir }} molecule_args: ${{ inputs.molecule_args }}