From 728a2f6130800e7fc8979cb37ba5e1f46e6db775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 06:26:08 -0700 Subject: [PATCH] Bump nginxinc/aws-marketplace-publish from 1.0.0 to 1.0.1 (#4544) Bumps [nginxinc/aws-marketplace-publish](https://github.com/nginxinc/aws-marketplace-publish) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/nginxinc/aws-marketplace-publish/releases) - [Commits](https://github.com/nginxinc/aws-marketplace-publish/compare/a8ec3f49d7bc1d5a0c529ab81e803275344403bf...3f47c25274f67a3d3b087ce9c0786679af316be6) --- updated-dependencies: - dependency-name: nginxinc/aws-marketplace-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-plus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index 08e4b6a96d..5d796514d1 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -159,7 +159,7 @@ jobs: if: github.ref_type == 'tag' && contains(inputs.target, 'aws') - name: Publish to AWS Marketplace - uses: nginxinc/aws-marketplace-publish@a8ec3f49d7bc1d5a0c529ab81e803275344403bf # v1.0.0 + uses: nginxinc/aws-marketplace-publish@3f47c25274f67a3d3b087ce9c0786679af316be6 # v1.0.1 continue-on-error: true with: version: ${{ steps.aws.outputs.version }}