mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
ci(rector): Update actions and add versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2fbcbc0eaf
commit
dbee8cf5d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rector.yml
vendored
4
.github/workflows/rector.yml
vendored
|
|
@ -20,13 +20,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
|
||||
- name: Set up php
|
||||
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 #v2.35.4
|
||||
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
|
||||
with:
|
||||
php-version: '8.2'
|
||||
extensions: apcu,ctype,curl,dom,fileinfo,ftp,gd,imagick,intl,json,ldap,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue