File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
245245
246246 - name : Update recommended PM release
247- uses : ncipollo/release-action@v1.14 .0
247+ uses : ncipollo/release-action@v1.16 .0
248248 if : ${{ inputs.special-release != 'none' }}
249249 with :
250250 artifacts : |
@@ -261,7 +261,7 @@ jobs:
261261 prerelease : ${{ inputs.pm-preview == 'true' }}
262262
263263 - name : Update php-version PM release
264- uses : ncipollo/release-action@v1.14 .0
264+ uses : ncipollo/release-action@v1.16 .0
265265 with :
266266 artifacts : |
267267 ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
Original file line number Diff line number Diff line change 5151 echo -e "\n\n\n" >> changelog.md
5252
5353 - name : Create release
54- uses : ncipollo/release-action@v1.14 .0
54+ uses : ncipollo/release-action@v1.16 .0
5555 with :
5656 artifacts : |
5757 ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
You can’t perform that action at this time.
0 commit comments