Skip to content

build(deps): bump actions/checkout from 3 to 4 #322

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #322

Workflow file for this run

name: Run tests on Ubuntu
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v4
- name: ansible check with ubuntu:latest
uses: roles-ansible/check-ansible-ubuntu-latest-action@master
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"
ubuntu-20:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v4
- name: ansible check with ubuntu:20 (focal)
uses: roles-ansible/check-ansible-ubuntu-focal-action@master
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"