From b897cdf1a0c77265ee8584bc85bcc163ac8de485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:46 +0000 Subject: [PATCH] Bump lfit/checkout-gerrit-change-action Bumps [lfit/checkout-gerrit-change-action](https://github.com/lfit/checkout-gerrit-change-action) from fc57a3dd3318f31bd34d435d134e30443593eb80 to b23ca4705c51c85c7f575effd6f0854229e3bc97. - [Release notes](https://github.com/lfit/checkout-gerrit-change-action/releases) - [Commits](https://github.com/lfit/checkout-gerrit-change-action/compare/fc57a3dd3318f31bd34d435d134e30443593eb80...b23ca4705c51c85c7f575effd6f0854229e3bc97) --- updated-dependencies: - dependency-name: lfit/checkout-gerrit-change-action dependency-version: b23ca4705c51c85c7f575effd6f0854229e3bc97 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-unit-tests.yaml b/.github/workflows/verify-unit-tests.yaml index 7c82ae3..b823405 100644 --- a/.github/workflows/verify-unit-tests.yaml +++ b/.github/workflows/verify-unit-tests.yaml @@ -98,7 +98,7 @@ jobs: steps: - name: Gerrit Checkout # yamllint disable-line rule:line-length - uses: lfit/checkout-gerrit-change-action@fc57a3dd3318f31bd34d435d134e30443593eb80 # v1.0.1 + uses: lfit/checkout-gerrit-change-action@b23ca4705c51c85c7f575effd6f0854229e3bc97 # v1.0.1 with: gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }} gerrit-project: ${{ inputs.GERRIT_PROJECT }}