diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index e2abac3..6e0de79 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -80,7 +80,7 @@ jobs: steps: - name: Create release if: ${{ github.ref_type == 'tag' }} - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2.0.7 with: name: "php.package.health ${{ needs.docker.outputs.environment }}-${{ needs.docker.outputs.shorthash }}" generate_release_notes: true