diff --git a/.github/workflows/speller.yml b/.github/workflows/speller.yml index 7ac3c35..d6f508d 100644 --- a/.github/workflows/speller.yml +++ b/.github/workflows/speller.yml @@ -15,7 +15,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout the repository" - uses: "actions/checkout@v4.2.0" + uses: "actions/checkout@v4.2.1" - name: "Run" uses: streetsidesoftware/cspell-action@v6.8.1