Skip to content

chore(deps): bump ansible-core from 2.15.4 to 2.15.5 #283

chore(deps): bump ansible-core from 2.15.4 to 2.15.5

chore(deps): bump ansible-core from 2.15.4 to 2.15.5 #283

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]