diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 05fd575..0e8f94e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -77,7 +77,7 @@ jobs: with: path: "${{ github.repository }}" - name: Running Molecule Test - uses: buluma/molecule-action@v6.0.3 + uses: buluma/molecule-action@v24.2.0 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 875566b..2909d9a 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -41,7 +41,7 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v5 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: config-name: release-drafter.yml