Merge pull request #2655 from nextcloud/automated/update-workflows

chore: update workflows from templates
This commit is contained in:
Simon L 2023-06-01 16:45:13 +02:00 committed by GitHub
commit bacd8218a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ on:
push:
branches:
- main
- master
- stable*
permissions:
contents: read
@ -32,7 +34,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none