From 0b4cf1ad9e0833146c02c77adb24deca7172d80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:34:08 +0000 Subject: [PATCH] Bump lfreleng-actions/checkout-gerrit-change-action from 1.0.1 to 1.0.2 Bumps [lfreleng-actions/checkout-gerrit-change-action](https://github.com/lfreleng-actions/checkout-gerrit-change-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/lfreleng-actions/checkout-gerrit-change-action/releases) - [Commits](https://github.com/lfreleng-actions/checkout-gerrit-change-action/compare/8523d768952d9690702b4696a8310d2a84b1be39...f87b90a3370e62dad310797fedc7fd3700c75832) --- updated-dependencies: - dependency-name: lfreleng-actions/checkout-gerrit-change-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-clm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-clm.yaml b/.github/workflows/gerrit-clm.yaml index 21fcab85cf..c17e6aa0dc 100644 --- a/.github/workflows/gerrit-clm.yaml +++ b/.github/workflows/gerrit-clm.yaml @@ -160,7 +160,7 @@ jobs: # yamllint disable-line rule:line-length if: github.event_name == 'workflow_dispatch' && inputs.GERRIT_DISABLED != true # yamllint disable-line rule:line-length - uses: lfreleng-actions/checkout-gerrit-change-action@8523d768952d9690702b4696a8310d2a84b1be39 # v1.0.1 + uses: lfreleng-actions/checkout-gerrit-change-action@f87b90a3370e62dad310797fedc7fd3700c75832 # v1.0.2 with: gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }} gerrit-project: ${{ inputs.GERRIT_PROJECT }}