Skip to content

Update actions/checkout action to v6.0.3 (#11) #3

Update actions/checkout action to v6.0.3 (#11)

Update actions/checkout action to v6.0.3 (#11) #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
permissions: {}
jobs:
check_actions:
name: Check actions
uses: ./.github/workflows/check_actions.yml
permissions:
security-events: write
check_docs:
name: Check docs
uses: ./.github/workflows/check_docs.yml