From 8d8c8654cf7a01276f844dac888d0e808170eba7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 12 Jun 2023 23:49:42 +0200 Subject: ci: pin setup-php to avoid a regression Signed-off-by: Arthur Schiwon --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/performance.yml') diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 44ca8954078..6e702afd965 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.base.ref }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d #v2.25.2 with: php-version: ${{ matrix.php-versions }} tools: phpunit:9 -- cgit v1.2.3