Skip to content

chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#4250) #1083

chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#4250)

chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 (#4250) #1083

Workflow file for this run

name: Spell checking
on: [push, pull_request]
permissions:
contents: read
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: read
actions: read
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/[email protected]
with:
post_comment: '0'