Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the minor-and-patch group #20

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the minor-and-patch group

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the minor-and-patch group #20

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '**'
pull_request:
branches:
- master
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build documentation
run: npm run antora