From 341a0e9be30d892f97a5e05dbfee257e69a44c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:42:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.2 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b261f16..f653367 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Setup Go uses: actions/setup-go@v5.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ac33df..d4f3b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: # to be able to generate the full changelog: # https://github.com/goreleaser/goreleaser-action/issues/56#issuecomment-568718162