Skip to content

Bump ansible-lint from 6.17.2 to 6.18.0 in /.github/workflows/requirements #899

Bump ansible-lint from 6.17.2 to 6.18.0 in /.github/workflows/requirements

Bump ansible-lint from 6.17.2 to 6.18.0 in /.github/workflows/requirements #899

Workflow file for this run

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