Skip to content

Bump ansible-core from 2.16.6 to 2.17.4 in /.github/workflows/requirements #730

Bump ansible-core from 2.16.6 to 2.17.4 in /.github/workflows/requirements

Bump ansible-core from 2.16.6 to 2.17.4 in /.github/workflows/requirements #730

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@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}