From 57c8cc5425db421b9ef94bc05006c1c1658ace2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:37:05 +0000 Subject: [PATCH] Bump lfreleng-actions/gerrit-review-action from 0.10.0 to 1.1.0 Bumps [lfreleng-actions/gerrit-review-action](https://github.com/lfreleng-actions/gerrit-review-action) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/lfreleng-actions/gerrit-review-action/releases) - [Commits](https://github.com/lfreleng-actions/gerrit-review-action/compare/6d2e00dfd3173cd9a36d11350c8fba44731c7b4e...91db81bb09f604bb620810640c045eeb1f6a9e54) --- updated-dependencies: - dependency-name: lfreleng-actions/gerrit-review-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-github2gerrit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 36db35d..8a157f2 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -126,7 +126,7 @@ jobs: - name: Notify job start # yamllint disable-line rule:line-length - uses: lfreleng-actions/gerrit-review-action@6d2e00dfd3173cd9a36d11350c8fba44731c7b4e # v0.10.0 + uses: lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1.0 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }} @@ -209,7 +209,7 @@ jobs: - name: Report workflow conclusion # yamllint disable-line rule:line-length - uses: lfreleng-actions/gerrit-review-action@6d2e00dfd3173cd9a36d11350c8fba44731c7b4e # v0.10.0 + uses: lfreleng-actions/gerrit-review-action@91db81bb09f604bb620810640c045eeb1f6a9e54 # v1.1.0 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }}