Skip to content

Bump actions/checkout from 6.0.3 to 7.0.0 #62

Bump actions/checkout from 6.0.3 to 7.0.0

Bump actions/checkout from 6.0.3 to 7.0.0 #62

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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