diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index aac0c84..8390d2a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,7 +39,7 @@ jobs: with: persist-credentials: false - - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + - uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: "${{ matrix.php-version }}" coverage: none diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c72de7..8339ef4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: with: persist-credentials: false - - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + - uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: "${{ matrix.php-version }}" coverage: none diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 0180503..900abcd 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + - uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: "${{ matrix.php-version }}" coverage: none