diff --git a/.github/workflows/cs-lint.yml b/.github/workflows/cs-lint.yml index b03deb7..74e186a 100644 --- a/.github/workflows/cs-lint.yml +++ b/.github/workflows/cs-lint.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: "latest" coverage: none diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f1e2154..b78a3da 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -59,7 +59,7 @@ jobs: persist-credentials: false - name: Setup PHP ${{ matrix.php }} - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ matrix.php }} coverage: none diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index efd7a9f..a0fe231 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -47,7 +47,7 @@ jobs: persist-credentials: false - name: Setup PHP ${{ matrix.php }} - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ matrix.php }} coverage: none