Skip to content

Commit

Permalink
Bump ncipollo/release-action in the github-actions group
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 34c2856 commit 16fb930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
- name: Update recommended PM release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
if: ${{ inputs.special-release != 'none' }}
with:
artifacts: |
Expand All @@ -261,7 +261,7 @@ jobs:
prerelease: ${{ inputs.pm-preview == 'true' }}

- name: Update php-version PM release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
artifacts: |
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo -e "\n\n\n" >> changelog.md
- name: Create release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
with:
artifacts: |
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
Expand Down

0 comments on commit 16fb930

Please sign in to comment.