Skip to content

Commit

Permalink
ci(github-actions): bump the dependencies group with 2 updates (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Feb 2, 2025
2 parents d50650c + e059580 commit 8215550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/final-newline-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: hakadoriya-actions/final-newline-checker@v0.0.1
- uses: hakadoriya-actions/final-newline-checker@v0.0.2
id: final-newline-checker
with:
# NOTE: If you want to fail on missing final newline, set this to true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: hakadoriya-actions/task-list-checker@v0.0.1
- uses: hakadoriya-actions/task-list-checker@v0.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8215550

Please sign in to comment.