Skip to content

Commit

Permalink
chore: Update the shellcheck version in the tools/shellcheck script (
Browse files Browse the repository at this point in the history
…jenkinsci#1861)

Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 24, 2024
1 parent fd2545d commit f6c4ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shellcheck
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
exec docker run --rm \
-w "${PWD}" \
-v "${PWD}:${PWD}" \
koalaman/shellcheck:v0.9.0 "$@"
koalaman/shellcheck:v0.10.0 "$@"

0 comments on commit f6c4ef1

Please sign in to comment.