Merge pull request #975 from bunkerity/dependabot/github_actions/dev/softprops/action-gh-release-2

deps/gha: bump softprops/action-gh-release from 1 to 2
This commit is contained in:
Théophile Diot 2024-03-11 12:52:51 +00:00 committed by GitHub
commit b5d845f635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
# Create release
- name: Create release
if: inputs.VERSION != 'testing'
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
with:
body: |
Documentation : https://docs.bunkerweb.io/${{ inputs.VERSION }}/
@ -75,7 +75,7 @@ jobs:
# Create release
- name: Create release
if: inputs.VERSION == 'testing'
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
with:
body: |
**The testing version of BunkerWeb should not be used in production, please use the latest stable version instead.**