From 704d052dca1cf59435bc61c66d003fe1433335c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 03:44:09 +0000 Subject: [PATCH] build: bump TheMrMilchmann/nexus-actions from 1 to 2 Bumps [TheMrMilchmann/nexus-actions](https://github.com/themrmilchmann/nexus-actions) from 1 to 2. - [Release notes](https://github.com/themrmilchmann/nexus-actions/releases) - [Commits](https://github.com/themrmilchmann/nexus-actions/compare/v1...v2) --- updated-dependencies: - dependency-name: TheMrMilchmann/nexus-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a12c71..cd3faca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -86,7 +86,7 @@ jobs: environment: ${{ inputs.environment }} steps: - id: create - uses: TheMrMilchmann/nexus-actions/create-staging-repo@v1 + uses: TheMrMilchmann/nexus-actions/create-staging-repo@v2 with: base-url: ${{ vars.SONATYPE_BASE_URL }} username: ${{ secrets.SONATYPE_USERNAME }} @@ -138,7 +138,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment }} steps: - - uses: TheMrMilchmann/nexus-actions/close-staging-repo@v1 + - uses: TheMrMilchmann/nexus-actions/close-staging-repo@v2 with: base-url: ${{ vars.SONATYPE_BASE_URL }} username: ${{ secrets.SONATYPE_USERNAME }} @@ -195,7 +195,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Release Staging Repository - uses: TheMrMilchmann/nexus-actions/release-staging-repo@v1 + uses: TheMrMilchmann/nexus-actions/release-staging-repo@v2 with: base-url: ${{ vars.SONATYPE_BASE_URL }} username: ${{ secrets.SONATYPE_USERNAME }}