From 4e14bb80209d1721f77bbada4a830b88925bd1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:07:56 +0200 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 (#149) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f4ba0d1..2bb0d1f 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.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Login to GitHub Container Registry if: needs.init.outputs.publish == 'true' @@ -88,7 +88,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a51fe28..a9ed6d5 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@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Run linter id: changed_files @@ -33,7 +33,7 @@ jobs: name: JQ steps: - name: Check out the repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Run linter run: | @@ -44,7 +44,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.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 52608e9..ab05297 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.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0