Skip to content

Commit

Permalink
ci: pin renovate version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 29, 2023
1 parent 0460740 commit 4103197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
LOG_LEVEL: debug
RENOVATE_VERSION: 37.74.3 # renovate: datasource=npm depName=renovate

jobs:
test:
Expand All @@ -31,7 +32,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: testing ${{ matrix.file }}
run: npx -p renovate renovate-config-validator
run: npx -p renovate@${{env.RENOVATE_VERSION}} renovate-config-validator

test-success:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4103197

Please sign in to comment.