Skip to content

Update actions/checkout action to v4 #6

Update actions/checkout action to v4

Update actions/checkout action to v4 #6

Workflow file for this run

name: build
on:
pull_request:
branches: "**"
defaults:
run:
working-directory: ./test
jobs:
without-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: config.pdf.yml