From 2c4e889f9c2e394d264bbbd35e3f146bc4a4d04c Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Wed, 20 Mar 2024 10:28:30 +0300 Subject: [PATCH] Update Action containers. --- .github/workflows/depandabot_merge.yml | 2 +- .github/workflows/molecule.yml | 7 +++---- .github/workflows/release_drafter.yml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/depandabot_merge.yml b/.github/workflows/depandabot_merge.yml index f445ef1..f394ab3 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.1 + uses: buluma/dependabot-auto-merge-action@v2.1.2 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e0cae40..88d1623 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,7 +12,7 @@ on: - main - testing - dependabot/** - - renovate/** + # - renovate/** paths-ignore: - '**/README.md' - '**/CHANGELOG.md' @@ -24,7 +24,6 @@ on: # - cron: '19 10 10 * *' - cron: '19 10 * * *' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: permissions: write-all @@ -42,7 +41,7 @@ jobs: - name: ansible-lint uses: ansible-community/ansible-lint-action@main test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -76,7 +75,7 @@ jobs: needs: - lint - test - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'buluma' && github.event_name == 'pull_request'}} steps: - uses: "actions/checkout@master" diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 2909d9a..875566b 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@v5 + - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: config-name: release-drafter.yml