From 16fb930e4da0b678f01529b9a0d0a77b1f3887d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:38:44 +0000 Subject: [PATCH] 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](https://github.com/ncipollo/release-action/compare/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] --- .github/workflows/main-pm-matrix.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-pm-matrix.yml b/.github/workflows/main-pm-matrix.yml index f29f0335..60fa58c9 100644 --- a/.github/workflows/main-pm-matrix.yml +++ b/.github/workflows/main-pm-matrix.yml @@ -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: | @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2825cf3a..b629d18a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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