From 16c84609333b0b3c808e7d3f744ccbbdeed71d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:03:34 +0000 Subject: [PATCH] Bump lfreleng-actions/nexus-publish-action from 0.1.5 to 0.1.6 Bumps [lfreleng-actions/nexus-publish-action](https://github.com/lfreleng-actions/nexus-publish-action) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/lfreleng-actions/nexus-publish-action/releases) - [Commits](https://github.com/lfreleng-actions/nexus-publish-action/compare/1459938e4a6d52ac6ce7e5fb566ff80b4660b371...89e0b16b8b99210aef9ac8fbc37abca2adc83772) --- updated-dependencies: - dependency-name: lfreleng-actions/nexus-publish-action dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-maven-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-maven-merge.yaml b/.github/workflows/gerrit-maven-merge.yaml index 811b0ee7fb..37f3c5b75b 100644 --- a/.github/workflows/gerrit-maven-merge.yaml +++ b/.github/workflows/gerrit-maven-merge.yaml @@ -124,7 +124,7 @@ jobs: path: "${{ github.workspace }}/m2repo" - name: Publish to Nexus # yamllint disable-line rule:line-length - uses: lfreleng-actions/nexus-publish-action@1459938e4a6d52ac6ce7e5fb566ff80b4660b371 # v0.1.5 + uses: lfreleng-actions/nexus-publish-action@89e0b16b8b99210aef9ac8fbc37abca2adc83772 # v0.1.6 with: nexus_server: ${{ vars.NEXUS_SERVER }} nexus_username: ${{ secrets.NEXUS_USERNAME }}