Skip to content

Bump "@actions/tool-cache" package version #538

Bump "@actions/tool-cache" package version

Bump "@actions/tool-cache" package version #538

Workflow file for this run

name: Spell check with typos
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
typos:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Run typos
uses: crate-ci/typos@44e2070e6017f834bf069503acb35ca0ca0b75f2 # v1.47.1
with:
config: _typos.toml