Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Bump actions/checkout from 3 to 4 #16

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #16

Workflow file for this run

---
name: ansible-lint
on: [push]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint-action@v6
...