Skip to content

Commit

Permalink
Update Action containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 20, 2024
1 parent 79b5b15 commit 313f905
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depandabot_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- main
- testing
- dependabot/**
- renovate/**
# - renovate/**
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
Expand All @@ -24,7 +24,6 @@ on:
# - cron: '15 8 8 * *'
- cron: '15 8 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all
Expand 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:
Expand Down Expand Up @@ -78,7 +77,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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 313f905

Please sign in to comment.