From 0f42d5f1ce27e7b9b90f82571b81d9f602ba415e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:29:41 +0000 Subject: [PATCH] Update gofrolist/molecule-action action to v2.7.13 --- .github/workflows/reusable-ansible-molecule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ansible-molecule.yaml b/.github/workflows/reusable-ansible-molecule.yaml index 8f8cc3e..69182d6 100644 --- a/.github/workflows/reusable-ansible-molecule.yaml +++ b/.github/workflows/reusable-ansible-molecule.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Start ansible molecule Based Tests - uses: gofrolist/molecule-action@v2.7.9 + uses: gofrolist/molecule-action@v2.7.13 with: molecule_working_dir: ${{ inputs.molecule_working_dir }} molecule_args: ${{ inputs.molecule_args }}