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)