Skip to content

Bump molecule[docker] from 3.6.1 to 6.0.1 in /.github/workflows/requirements #71

Bump molecule[docker] from 3.6.1 to 6.0.1 in /.github/workflows/requirements

Bump molecule[docker] from 3.6.1 to 6.0.1 in /.github/workflows/requirements #71

Workflow file for this run

---
name: Release Drafter
"on":
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}