We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0792b68 commit 3d821f3Copy full SHA for 3d821f3
.github/workflows/check-renovatebot-config.yml
@@ -6,12 +6,12 @@ on:
6
jobs:
7
validate:
8
name: Validate renovatebot config
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: Validate
15
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
+ uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
16
with:
17
config_file_path: .github/renovate.json5
.github/workflows/dependent-issues.yml
@@ -23,7 +23,7 @@ on:
23
24
25
check:
26
27
28
- uses: z0al/dependent-issues@v1
29
env:
0 commit comments