diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-13 09:29:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 09:29:56 +0200 |
commit | 39b716cc78385be1552306890d588540435267dd (patch) | |
tree | f5cd7b67e8f15e5c3f2d0a8bbb55c966c55b2454 /.github/workflows/performance.yml | |
parent | 46c1d97ccbe72465bb90e423742da3814f48a412 (diff) | |
parent | 8d8c8654cf7a01276f844dac888d0e808170eba7 (diff) | |
download | nextcloud-server-39b716cc78385be1552306890d588540435267dd.tar.gz nextcloud-server-39b716cc78385be1552306890d588540435267dd.zip |
Merge pull request #38781 from nextcloud/ci/noid/pin-setup-php
Diffstat (limited to '.github/workflows/performance.yml')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index eb857b864c0..30bb9fd6199 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 |