From 5a02925d90da5dfdb310e9b6f207370bfe4c9729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:23:35 +0000 Subject: [PATCH] chore(deps): 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/hadolint-template.yml | 2 +- .github/workflows/shellcheck-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hadolint-template.yml b/.github/workflows/hadolint-template.yml index b0b562c..dd01979 100644 --- a/.github/workflows/hadolint-template.yml +++ b/.github/workflows/hadolint-template.yml @@ -22,7 +22,7 @@ jobs: hadolint-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run HadoLint uses: ragsworks/reusable-linters/.github/actions/hadolint@master with: diff --git a/.github/workflows/shellcheck-template.yml b/.github/workflows/shellcheck-template.yml index 71ba5a1..53ecb90 100644 --- a/.github/workflows/shellcheck-template.yml +++ b/.github/workflows/shellcheck-template.yml @@ -22,7 +22,7 @@ jobs: shellcheck-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run ShellCheck uses: ragsworks/reusable-linters/.github/actions/shellcheck@master with: