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 18, 2024
1 parent 12695ed commit df785fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2
uses: buluma/dependabot-auto-merge-action@v2.1.1
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: no
fail-fast: false
matrix:
config:
- image: "alpine-openrc"
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@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
Expand Down

0 comments on commit df785fb

Please sign in to comment.