Skip to content

Update actions/checkout digest to 11bd719 #183

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #183

Workflow file for this run

name: Molecule
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
molecule:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scenario:
- rhel8
- rhel9
- debian
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
path: "${{ github.repository }}"
- name: Molecule
uses: robertdebock/molecule-action@d3e37309fc9c287d6a3507d172520d37df0e2dda # 6.0.1
with:
scenario: ${{ matrix.scenario }}