From c914e8c14a31636a560e83cdc35a216e6fc55514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 06:56:48 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [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.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yml | 6 +++--- .github/workflows/lint.yml | 6 +++--- .github/workflows/release-drafter.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index e99c066..1e31610 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -28,7 +28,7 @@ jobs: publish: ${{ steps.version.outputs.publish }} steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 with: fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Login to DockerHub if: needs.init.outputs.publish == 'true' @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f0c6970..39a3a7d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: hadolint steps: - name: Check out the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Run linter id: changed_files @@ -33,7 +33,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Run linter run: | @@ -44,7 +44,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d926938..8b6bc8a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 with: fetch-depth: 0