Merge pull request #1170 from bunkerity/dependabot/github_actions/dev/softprops/action-gh-release-2.0.5

deps/gha: bump softprops/action-gh-release from 2.0.4 to 2.0.5
This commit is contained in:
Théophile Diot 2024-05-09 13:04:43 +02:00 committed by GitHub
commit 0175979a69
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@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
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@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with:
body: |
**The testing version of BunkerWeb should not be used in production, please use the latest stable version instead.**