Skip to content

chore(deps): update actions/checkout action to v4.3.1 #29

chore(deps): update actions/checkout action to v4.3.1

chore(deps): update actions/checkout action to v4.3.1 #29

Workflow file for this run

name: mdbook
on:
push:
branches:
- main
paths:
- ".github/workflows/mdbook.yml"
- "examples/**"
- "Makefile"
pull_request:
paths:
- ".github/workflows/mdbook.yml"
- "examples/**"
- "Makefile"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04
timeout-minutes: 1
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: make compose-build