Skip to content

Commit 0703085

Browse files
Merge pull request #162 from hiroyuki-sato/topic/bump-github-actions
Update GitHub Actions use checkout@v4 and setup-java@v4
2 parents d68ae26 + 84d44f7 commit 0703085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- 9.4.2.0
1414
fail-fast: false
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up OpenJDK 8
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: 8
2121
distribution: "temurin"

0 commit comments

Comments
 (0)