diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 3595b052..60edf33a 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -49,7 +49,7 @@ jobs: persist-credentials: false - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ matrix.php-version }} extensions: intl, mbstring diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20233b61..747e5332 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: git fetch --no-tags --prune --depth=2 origin +refs/heads/*:refs/remotes/origin/* - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ matrix.php-version }} extensions: intl, mbstring diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 68a73ace..8b74b962 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ matrix.php-version }} extensions: tokenizer diff --git a/.github/workflows/generate-page.yml b/.github/workflows/generate-page.yml index 9e913541..fd27813f 100644 --- a/.github/workflows/generate-page.yml +++ b/.github/workflows/generate-page.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: '8.2' extensions: intl, mbstring