From 427f73fc0a1735922d393790ebc4cf9f0e35a383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:06:11 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/shellcheck-posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck-posix.yml b/.github/workflows/shellcheck-posix.yml index 1768f81c..83a3598a 100644 --- a/.github/workflows/shellcheck-posix.yml +++ b/.github/workflows/shellcheck-posix.yml @@ -31,7 +31,7 @@ jobs: # SC2009: Don't consider pgrep, not available everywhere; https://www.shellcheck.net/wiki/SC2009 SHELLCHECK_OPTS: '-e SC1091 -e SC2009' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: download run: | curl --silent --fail --show-error --retry 2 --retry-delay 1 --connect-timeout 5 --location --url "https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" -o shellcheck-v${SHELLCHECK_VERSION}.tar.xz