Merge pull request #4972 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.25.5

This commit is contained in:
Julius Härtl
2023-08-06 22:10:14 +02:00
committed by GitHub
9 changed files with 9 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ jobs:
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
- name: Set up php ${{ env.PHP_VERSION }}
uses: shivammathur/setup-php@2.25.4 # v2
uses: shivammathur/setup-php@2.25.5 # v2
with:
php-version: ${{ env.PHP_VERSION }}
coverage: none