diff --git a/action.yml b/action.yml index 7e74371..e4ed581 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: if: ${{ env.PHP_INSTALLED == 'yes' }} - name: Install PHP - uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4 + uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5 if: ${{ env.PHP_INSTALLED == 'no' }} with: php-version: "8.4"