diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 599253c..74af4ef 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@v3 + uses: actions/checkout@v4 - name: Check spelling uses: crate-ci/typos@v1.16.23 \ No newline at end of file