From 5cdbfad47b3b567722c3b9fd5f2a3abefe19e926 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:44:08 +0000 Subject: [PATCH] chore(deps): update github actions to 3abb875 (master) (#2426) --- .github/workflows/spelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index b5d9722f..ea04410f 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: codespell-project/actions-codespell@3b7da264292a727fcdc4acdc9eaf9a5abb92ba10 # master + - uses: codespell-project/actions-codespell@3abb875e3aa9713e40eed5aea082672a42f7f95c # master with: check_filenames: true # When using this Action in other repos, the --skip option below can be removed