Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #68

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #68

Workflow file for this run

---
name: Test role
on: [pull_request]
jobs:
molecule:
name: Runs molecule for the ansible role
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Test
uses: robertdebock/molecule-action@6.0.0
with:
image: "ubuntu"
tag: "latest"