diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 9246edd2a..746b039a1 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check spelling uses: crate-ci/typos@v1.18.0 \ No newline at end of file