ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency softprops/action-gh-release to v2.3.2

#74
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---softprops/action-gh-release-1755404277390 into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/precompile-php.ymlmodified+1-1
Changes to .github/workflows/precompile-php.yml
@@ -1139,7 +1139,7 @@ jobs:
11391139 echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes"
11401140
11411141 - name: Create GitHub Release
1142 uses: softprops/action-gh-release@v1
1142 uses: softprops/action-gh-release@v2.3.2
11431143 with:
11441144 tag_name: binaries-${{ github.run_number }}
11451145 name: PHP Binaries - Build ${{ github.run_number }}