From 1a468e609bbb0c25335a40a9c1163512498b9b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:06:24 +0200 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 (#196) --- .github/workflows/builder.yml | 6 +++--- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index f8c8dbd..85e2256 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -29,7 +29,7 @@ jobs: publish: ${{ steps.version.outputs.publish }} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Login to GitHub Container Registry if: needs.init.outputs.publish == 'true' @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 6d6a9a2..574c30b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -9,7 +9,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: golangci-lint uses: golangci/golangci-lint-action@v6.1.1 with: diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index a0d36c3..d0f1cf2 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.2.1 + - uses: actions/checkout@v4.2.2 - uses: brpaz/hadolint-action@v1.5.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 6275d12..4ab8257 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.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0