From 65ebba896d57c867fb1286154d9598d8a4fa7a69 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 18 Mar 2024 08:24:31 +0300 Subject: [PATCH] Update Action containers. --- .github/workflows/depandabot_merge.yml | 2 +- .github/workflows/molecule.yml | 2 +- .github/workflows/release_drafter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/depandabot_merge.yml b/.github/workflows/depandabot_merge.yml index f394ab3..f445ef1 100644 --- a/.github/workflows/depandabot_merge.yml +++ b/.github/workflows/depandabot_merge.yml @@ -24,4 +24,4 @@ jobs: steps: - uses: "actions/checkout@master" - name: Dependabot Auto Merge Action - uses: buluma/dependabot-auto-merge-action@v2.1.2 + uses: buluma/dependabot-auto-merge-action@v2.1.1 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 7c8831c..0e8f94e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -44,7 +44,7 @@ jobs: test: runs-on: ubuntu-20.04 strategy: - fail-fast: no + fail-fast: false matrix: config: - image: "alpine-openrc" 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