From 1b94319905a3306811f71f0763c66f3ccb8cacdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:10:55 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.11.0 to 1.11.2 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.0 to 1.11.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/d9356040b0dc694f6d006b6cabee4d3c024f9e72...18eadf9c9b0f226f47f164f5373c6a44f0aae169) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/package-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index a68765e6ee..5ba1544b16 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -45,7 +45,7 @@ jobs: ${{ env.OSCAL_WORKING_PATH }}/${{ env.RELEASE_NAME }}.tar.bz2 ${{ env.OSCAL_WORKING_PATH }}/${{ env.RELEASE_NAME }}.zip retention-days: 5 - - uses: ncipollo/release-action@d9356040b0dc694f6d006b6cabee4d3c024f9e72 + - uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169 with: name: OSCAL ${{ env.RELEASE_VERSION }} Release allowUpdates: false