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 0e8f94e..f274c51 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: '3 2 2 * *' - cron: '3 2 * * *' - # 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: @@ -86,7 +85,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