We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062833b commit 84c1c77Copy full SHA for 84c1c77
.github/workflows/tests.yml
@@ -95,7 +95,7 @@ jobs:
95
- run: uv run refurb .
96
- run: uv run pylint src packages
97
- if: matrix.python-version == '3.11' # Only need to run this on one version
98
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
+ uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.0.0
99
test:
100
runs-on: ubuntu-latest
101
strategy:
0 commit comments