From fae8cfe27bb17afcbc1515e701da61e743859bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Havel?= <61149543+taxmeifyoucan@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:19:42 +0200 Subject: [PATCH] Update spell-check action --- .github/workflows/spell-check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 724df313..2f6650b4 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2 @@ -46,7 +46,7 @@ jobs: - name: Comment on pull request if: env.TYPOS != '' - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -72,4 +72,4 @@ jobs: body: body }); - core.setFailed('🥢 Spell check: Typos found in docs. Please fix them.'); \ No newline at end of file + core.setFailed('🥢 Spell check: Typos found in docs. Please fix them.');