From 19f2ee6d3356db9185d341431904cd7c1dffad8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:24:45 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 3 to 4 (#178) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [no release] --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 050c6bd0..a4c1206e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: pm-version-major: [4, 5] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: | @@ -79,7 +79,7 @@ jobs: pm-version-major: [ 4, 5 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: brew install libtool autoconf automake pkg-config bison re2c @@ -136,7 +136,7 @@ jobs: pm-version-major: [ 4, 5 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install tools and dependencies run: choco install wget --no-progress @@ -173,7 +173,7 @@ jobs: if: ${{ startsWith(github.ref_name, 'php/') && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set version information id: version From 6b4c9c76bdb54de7ac0db0f867db6d35f27e7faa Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 21 Nov 2023 17:41:42 +0000 Subject: [PATCH 2/2] pmmpthread 6.0.11 --- compile.sh | 2 +- windows-compile-vs.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 8a430997..9fd4f95c 100755 --- a/compile.sh +++ b/compile.sh @@ -15,7 +15,7 @@ SQLITE3_VERSION="3440000" #3.44.0 LIBDEFLATE_VERSION="dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f" #1.19 EXT_PTHREADS_VERSION="4.2.2" -EXT_PMMPTHREAD_VERSION="6.0.10" +EXT_PMMPTHREAD_VERSION="6.0.11" EXT_YAML_VERSION="2.2.3" EXT_LEVELDB_VERSION="317fdcd8415e1566fc2835ce2bdb8e19b890f9f3" EXT_CHUNKUTILS2_VERSION="0.3.5" diff --git a/windows-compile-vs.bat b/windows-compile-vs.bat index fb9db64b..0ab4b781 100644 --- a/windows-compile-vs.bat +++ b/windows-compile-vs.bat @@ -24,7 +24,7 @@ set LEVELDB_MCPE_VER=1c7564468b41610da4f498430e795ca4de0931ff set LIBDEFLATE_VER=dd12ff2b36d603dbb7fa8838fe7e7176fcbd4f6f set PHP_PTHREADS_VER=4.2.2 -set PHP_PMMPTHREAD_VER=6.0.10 +set PHP_PMMPTHREAD_VER=6.0.11 set PHP_YAML_VER=2.2.3 set PHP_CHUNKUTILS2_VER=0.3.5 set PHP_IGBINARY_VER=3.2.14