Skip to content

chore(deps): update actions/checkout action to v4.1.5 #70

chore(deps): update actions/checkout action to v4.1.5

chore(deps): update actions/checkout action to v4.1.5 #70

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
LOG_LEVEL: debug
jobs:
validate-renovate-config:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- default.json
- renovate-config.json
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}
steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Validate Renovate Config
run: npx -p renovate renovate-config-validator