Skip to content

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

Update actions/checkout action to v6.0.3 (main)

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

Workflow file for this run

name: Test Typos
on: [pull_request]
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Check spelling of file.txt
uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3