Skip to content

Commit

Permalink
Update lint checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Mar 22, 2024
1 parent 1a15afd commit b6a36be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: ShellCheck
run: |
sudo apt-get install -y shellcheck
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ case "$action" in
## build images
# The use of $(tag_arguments) is correct here
# shellcheck disable=SC2046
printf "Run docker build $@"
printf 'Run docker build %s\n' "$@"
docker build "$@" \
$(tag_arguments) \
--build-arg pandoc_commit="${pandoc_commit}" \
Expand Down

0 comments on commit b6a36be

Please sign in to comment.