From 4683c5d968121c56e9488f204ee5002db792dd13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:55:53 +0000 Subject: [PATCH] chore(deps): all non-major dependencies --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6173239..8caa73a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Install shfmt env: - version: "3.7.0" + version: "3.8.0" run: curl -Ls -o shfmt "https://github.com/mvdan/sh/releases/download/v${{ env.version }}/shfmt_v${{ env.version }}_linux_amd64" && chmod +x shfmt && sudo mv shfmt /usr/local/bin - name: Lint shell scripts run: shfmt -i 2 -d hadolint.sh install.sh lib/*.sh test/*.sh @@ -71,4 +71,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check for typos - uses: crate-ci/typos@v1.18.0 + uses: crate-ci/typos@v1.18.2