ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update softprops/action-gh-release action to v2 - autoclosed

#44
Closed renovate[bot] wants to merge renovate/softprops-action-gh-release-2.x into main
1 file +1 -1
.github/workflows/precompile-php.ymlmodified+1-1
Changes to .github/workflows/precompile-php.yml
@@ -916,7 +916,7 @@ jobs:
916916 echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes"
917917
918918 - name: Create GitHub Release
919 uses: softprops/action-gh-release@v1
919 uses: softprops/action-gh-release@v2
920920 with:
921921 tag_name: binaries-${{ github.run_number }}
922922 name: PHP Binaries - Build ${{ github.run_number }}