From 26e57935e3ee4d3ef978230de774a201d865c07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:29:37 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 (#123) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/builder.yml | 6 +++--- .github/workflows/hadolint.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 52237c4..e97ac01 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@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Login to GitHub Container Registry if: needs.init.outputs.publish == 'true' @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 511b05f..c347727 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -9,5 +9,5 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ab05297..0af66ff 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@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index cf15a48..e117efd 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -15,7 +15,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0