diff --git a/.github/workflows/_pest.yml b/.github/workflows/_pest.yml index 0c1b2675..9f7f9b7e 100644 --- a/.github/workflows/_pest.yml +++ b/.github/workflows/_pest.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 with: php-version: ${{ inputs.PHP_VERSION }} extensions: ${{ inputs.PHP_EXTENSIONS }} diff --git a/.github/workflows/_phpstan.yml b/.github/workflows/_phpstan.yml index bdbd5dfb..ad1362c6 100644 --- a/.github/workflows/_phpstan.yml +++ b/.github/workflows/_phpstan.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 with: php-version: ${{ inputs.PHP_VERSION }} extensions: ${{ inputs.PHP_EXTENSIONS }} diff --git a/.github/workflows/_pint.yml b/.github/workflows/_pint.yml index 0f1a4c0e..6e7f41ac 100644 --- a/.github/workflows/_pint.yml +++ b/.github/workflows/_pint.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 with: php-version: ${{ inputs.PHP_VERSION }} extensions: ${{ inputs.PHP_EXTENSIONS }} diff --git a/.github/workflows/_rector.yml b/.github/workflows/_rector.yml index 06fd38ed..c3ea5b6a 100644 --- a/.github/workflows/_rector.yml +++ b/.github/workflows/_rector.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 with: php-version: ${{ inputs.PHP_VERSION }} extensions: ${{ inputs.PHP_EXTENSIONS }} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4e280991..8783a744 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -45,7 +45,7 @@ jobs: echo "key=${combined_key}" >> "$GITHUB_OUTPUT" - name: Setup PHP - uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 with: php-version: ${{ steps.setup.outputs.PHP_VERSION }} extensions: ${{ steps.setup.outputs.PHP_EXTENSIONS }}