Skip to content

Commit 577f716

Browse files
Bump ncipollo/release-action in the github-actions group (pmmp#210)
1 parent eb919ee commit 577f716

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
332332
333333
- name: Update recommended PM release
334-
uses: ncipollo/release-action@v1.14.0
334+
uses: ncipollo/release-action@v1.15.0
335335
if: ${{ inputs.special-release != 'none' }}
336336
with:
337337
artifacts: |
@@ -348,7 +348,7 @@ jobs:
348348
prerelease: ${{ inputs.pm-preview == 'true' }}
349349

350350
- name: Update php-version PM release
351-
uses: ncipollo/release-action@v1.14.0
351+
uses: ncipollo/release-action@v1.15.0
352352
with:
353353
artifacts: |
354354
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo -e "\n\n\n" >> changelog.md
5454
5555
- name: Create release
56-
uses: ncipollo/release-action@v1.14.0
56+
uses: ncipollo/release-action@v1.15.0
5757
with:
5858
artifacts: |
5959
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

0 commit comments

Comments
 (0)