Skip to content

Commit

Permalink
Update spell-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
taxmeifyoucan authored Apr 3, 2024
1 parent e360fae commit fae8cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -72,4 +72,4 @@ jobs:
body: body
});
core.setFailed('🥢 Spell check: Typos found in docs. Please fix them.');
core.setFailed('🥢 Spell check: Typos found in docs. Please fix them.');

0 comments on commit fae8cfe

Please sign in to comment.