From 6b358a29b50477df4e634654710d68e7b5c4f430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:34:51 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-apache.yml | 2 +- .github/workflows/build-binaries.yml | 6 +++--- .github/workflows/build-mariadb.yml | 4 ++-- .github/workflows/build-mirror.yml | 2 +- .github/workflows/build-mkcert.yml | 2 +- .github/workflows/build-mysql.yml | 4 ++-- .github/workflows/build-nginx.yml | 2 +- .github/workflows/build-postgresql.yml | 4 ++-- .github/workflows/build-redis.yml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-apache.yml b/.github/workflows/build-apache.yml index ef5cae4..7079d60 100644 --- a/.github/workflows/build-apache.yml +++ b/.github/workflows/build-apache.yml @@ -388,7 +388,7 @@ jobs: tar -tf "$OUT" | head -30 - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-apache-${{ steps.ver.outputs.version }} name: Apache HTTPD ${{ steps.ver.outputs.version }} (cross-platform binaries) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 806a4e7..0f0cd48 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -855,7 +855,7 @@ jobs: # booleans inside an action input. - name: Upload to release if: matrix.target == 'windows-x64' || env.skip_source != 'true' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-php-${{ steps.ver.outputs.version }} name: PHP ${{ steps.ver.outputs.version }} (cross-platform binaries) @@ -872,7 +872,7 @@ jobs: # Upload PECL manifest only for non-Windows slots (Windows build doesn't run install_pecl_ext). - name: Upload PECL manifest if: matrix.target != 'windows-x64' && env.skip_source != 'true' && (matrix.target == 'macos-arm64' || env.legacy_ssl != 'true') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-php-${{ steps.ver.outputs.version }} fail_on_unmatched_files: true @@ -912,7 +912,7 @@ jobs: - name: Upload SKIPPED marker to release if: matrix.target != 'windows-x64' && env.skip_source == 'true' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-php-${{ steps.ver.outputs.version }} name: PHP ${{ steps.ver.outputs.version }} (cross-platform binaries) diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 642f8bd..95a6336 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -157,7 +157,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-mariadb-${{ steps.ver.outputs.version }} name: MariaDB ${{ steps.ver.outputs.version }} (cross-platform binaries) @@ -385,7 +385,7 @@ jobs: - name: Upload to release if: steps.existing.outputs.already != 'true' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-mariadb-${{ steps.ver.outputs.version }} files: mariadb-${{ steps.ver.outputs.version }}-macos-arm64.tar.gz diff --git a/.github/workflows/build-mirror.yml b/.github/workflows/build-mirror.yml index 48c4652..c5dfec6 100644 --- a/.github/workflows/build-mirror.yml +++ b/.github/workflows/build-mirror.yml @@ -287,7 +287,7 @@ jobs: ls -lh "${ASSETS[@]}" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-${{ steps.ver.outputs.app }}-${{ steps.ver.outputs.version }} name: ${{ steps.ver.outputs.app }} ${{ steps.ver.outputs.version }} (cross-platform binaries) diff --git a/.github/workflows/build-mkcert.yml b/.github/workflows/build-mkcert.yml index 71404eb..d7239db 100644 --- a/.github/workflows/build-mkcert.yml +++ b/.github/workflows/build-mkcert.yml @@ -59,7 +59,7 @@ jobs: ls -lh mkcert-${VER}-* - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-mkcert-${{ steps.ver.outputs.version }} name: mkcert ${{ steps.ver.outputs.version }} (cross-platform binaries) diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 3eea502..a0af4e5 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -87,7 +87,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-mysql-${{ steps.ver.outputs.version }} name: MySQL ${{ steps.ver.outputs.version }} (cross-platform binaries) @@ -302,7 +302,7 @@ jobs: - name: Upload to release if: steps.existing.outputs.already != 'true' - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-mysql-${{ steps.ver.outputs.version }} files: mysql-${{ steps.ver.outputs.version }}-macos-arm64.tar.gz diff --git a/.github/workflows/build-nginx.yml b/.github/workflows/build-nginx.yml index e214ea2..961e344 100644 --- a/.github/workflows/build-nginx.yml +++ b/.github/workflows/build-nginx.yml @@ -255,7 +255,7 @@ jobs: ls -lh "${{ github.workspace }}/nginx-${VER}-${{ matrix.target }}.tar.xz" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-nginx-${{ steps.ver.outputs.version }} name: Nginx ${{ steps.ver.outputs.version }} (cross-platform binaries) diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 76d7105..c7c43e8 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -87,7 +87,7 @@ jobs: Get-ChildItem "postgresql-$version-windows-x64.zip" | Format-List Name,Length - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-postgresql-${{ steps.ver.outputs.version }} name: PostgreSQL ${{ steps.ver.outputs.version }} (cross-platform binaries) @@ -295,7 +295,7 @@ jobs: ls -lh "postgresql-${VER}-${{ matrix.platform }}.tar.gz" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-postgresql-${{ steps.ver.outputs.version }} files: postgresql-${{ steps.ver.outputs.version }}-${{ matrix.platform }}.tar.gz diff --git a/.github/workflows/build-redis.yml b/.github/workflows/build-redis.yml index e9a5550..400e808 100644 --- a/.github/workflows/build-redis.yml +++ b/.github/workflows/build-redis.yml @@ -270,7 +270,7 @@ jobs: ls -lh "${{ github.workspace }}/redis-${VER}-${{ matrix.target }}.tar.xz" - name: Upload to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: binaries-redis-${{ steps.ver.outputs.version }} name: Redis ${{ steps.ver.outputs.version }} (cross-platform binaries)