Skip to content

Bump: Bump actions/checkout from 3.0.2 to 4.1.3 #109

Bump: Bump actions/checkout from 3.0.2 to 4.1.3

Bump: Bump actions/checkout from 3.0.2 to 4.1.3 #109

Workflow file for this run

---
name: Molecule test
on:
push:
paths:
- defaults/**
- handlers/**
- meta/**
- molecule/**
- tasks/**
- templates/**
- vars/**
- .github/workflows/molecule.yml
branches:
- develop
- master
pull_request:
paths:
- defaults/**
- handlers/**
- meta/**
- molecule/**
- tasks/**
- templates/**
- vars/**
- .github/workflows/molecule.yml
branches:
- develop
- master
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected]
with:
image: ubuntu