Skip to content

chore(deps): update actions/checkout action to v4.1.1 #27

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

chore(deps): update actions/checkout action to v4.1.1 #27

Workflow file for this run

name: test
on:
push:
env:
LOG_LEVEL: debug
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- renovate-config
- ".github/renovate"
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}.json
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: testing ${{ matrix.file }}
run: npx -p renovate renovate-config-validator