Skip to content

Commit 3d821f3

Browse files
Update all dependencies
1 parent 0792b68 commit 3d821f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-renovatebot-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
jobs:
77
validate:
88
name: Validate renovatebot config
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Validate
15-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
15+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
1616
with:
1717
config_file_path: .github/renovate.json5

.github/workflows/dependent-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
check:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: z0al/dependent-issues@v1
2929
env:

0 commit comments

Comments
 (0)