Skip to content

build(deps): bump actions/checkout from 5 to 6 #1344

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #1344

Workflow file for this run

name: Codespell
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- stable-*.*
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@v2