chore: update renovate workflow
All checks were successful
Build Test / build (pull_request) Successful in 14s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-11 01:02:13 -05:00
parent 725b2b3ffe
commit c9b02d68fb

View File

@@ -18,6 +18,12 @@ jobs:
node-version: 24 node-version: 24
cache: npm cache: npm
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
tools: composer:v2
- name: Install Renovate - name: Install Renovate
run: npm install -g renovate run: npm install -g renovate