From dc265e4a6fcc940916fe5691e9a55777c6e89e11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:37:48 +0100 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 (#24) | datasource | package | from | to | | ----------- | --------------------------- | ---- | ------ | | github-tags | softprops/action-gh-release | v1 | v2.0.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b482720..8a502bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: echo "VERSION=${v}" >> $GITHUB_ENV - name: Create release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2 with: files: additional-identities-plugin.hpi name: ${{ env.VERSION }}