Skip to content

Commit

Permalink
Added canonical version for action/checkout instead of Git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 17, 2024
1 parent 97b4253 commit a8ec9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: rojopolis/[email protected]
name: Spellcheck
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: nosborn/[email protected]
name: Markdownlint
with:
Expand Down

0 comments on commit a8ec9c1

Please sign in to comment.