Skip to content

Commit

Permalink
Merge pull request #926 from RoboCupAtHome/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…j2kun/chktex-action-2.0.0

Bump j2kun/chktex-action from 1.0.3 to 2.0.0
  • Loading branch information
akinobu1998 authored Dec 9, 2024
2 parents 12f1cd5 + 6d5752d commit 6843da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: LaTeX linter (chktex)
uses: j2kun/chktex-action@1.0.3
uses: j2kun/chktex-action@v2.0.0
# Provide this output for context, but don't fail builds
continue-on-error: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: LaTeX linter (chktex)
uses: j2kun/chktex-action@1.0.3
uses: j2kun/chktex-action@v2.0.0
# Provide this output for context, but don't fail builds
continue-on-error: true
env:
Expand Down

0 comments on commit 6843da9

Please sign in to comment.