diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23a659cd..0096a0ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: "Install PHP" - uses: "shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401" # v2 + uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2 with: coverage: "pcov" php-version: "${{ matrix.php-version }}"