Skip to content

Commit 9057368

Browse files
Update GitHub Actions
1 parent 31ee106 commit 9057368

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111
- name: Set up JDK 1.8
12-
uses: actions/setup-java@v1
12+
uses: actions/setup-java@v5
1313
with:
1414
java-version: 1.8
1515
- name: Build
@@ -18,8 +18,8 @@ jobs:
1818
renovate:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v5
2222
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
23-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
23+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
2424
with:
2525
config_file_path: 'renovate.json'

0 commit comments

Comments
 (0)