diff options
Diffstat (limited to '.github/workflows/spellcheck.yml')
-rw-r--r-- | .github/workflows/spellcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index c8714e64..14b82781 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml | |||
@@ -18,7 +18,7 @@ jobs: | |||
18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
19 | steps: | 19 | steps: |
20 | - name: Checkout | 20 | - name: Checkout |
21 | uses: actions/checkout@v4 | 21 | uses: actions/checkout@v5 |
22 | - name: Codespell | 22 | - name: Codespell |
23 | uses: codespell-project/actions-codespell@v2 | 23 | uses: codespell-project/actions-codespell@v2 |
24 | with: | 24 | with: |