From edb891c201c4e7bbe44ee07cda7bfc8e63a8d73c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 01:53:17 +0000 Subject: [PATCH] chore: Update actions/checkout action to v4.1.5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e765b155..369235d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: needs: [test, qa-approval] steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go