diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index c75ca9edf14b2..0dec4f54ff279 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,7 +10,7 @@ jobs: name: Spell Check with Typos runs-on: ubuntu-latest steps: - - name: Checkout Actions Repository + - name: Checkout the JuliaLang/julia repository uses: actions/checkout@v4 with: persist-credentials: false