Skip to content

Commit da0b650

Browse files
committed
checkoutをv4にしました
1 parent e3a6947 commit da0b650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
# チェックアウト
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

2727
# JDKのセットアップ
2828
- name: set up JDK 17
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
# チェックアウト
54-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v4
5555

5656
# インストール
5757
- name: Install ktlint

0 commit comments

Comments
 (0)