From b6a36be02c949f9a2b0a17ca12648db916e20a6c Mon Sep 17 00:00:00 2001 From: Reidar Johansen Date: Fri, 22 Mar 2024 14:35:29 +0100 Subject: [PATCH] Update lint checkout version --- .github/workflows/lint.yaml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3b753611..fbc32555 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/build.sh b/build.sh index 0fc44a08..176c388f 100755 --- a/build.sh +++ b/build.sh @@ -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}" \