Skip to content

Commit 16fb930

Browse files
Bump ncipollo/release-action in the github-actions group
Bumps the github-actions group with 1 update: [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `ncipollo/release-action` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34c2856 commit 16fb930

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff 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.15.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.15.0
265265
with:
266266
artifacts: |
267267
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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.15.0
5555
with:
5656
artifacts: |
5757
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz

0 commit comments

Comments
 (0)