From 18e15229895f2c9c6333fee9317090cbe90ab96d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 12:40:40 -0400 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/SpellCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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