Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 #59

Bump actions/checkout from 6.0.2 to 6.0.3

Bump actions/checkout from 6.0.2 to 6.0.3 #59

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
config:
- image: geerlingguy/docker-ubuntu2204-ansible
tag: latest
- image: geerlingguy/docker-ubuntu2404-ansible
tag: latest
- image: geerlingguy/docker-debian12-ansible
tag: latest
- image: geerlingguy/docker-debian13-ansible
tag: latest
- image: geerlingguy/docker-rockylinux9-ansible
tag: latest
- image: geerlingguy/docker-fedora40-ansible
tag: latest
- image: rsprta/opensuse-ansible
tag: latest
steps:
- name: checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@d3e37309fc9c287d6a3507d172520d37df0e2dda # 6.0.1
with:
options: parallel
scenario: default
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
env:
ANSIBLE_REMOTE_TMP: /tmp/.ansible