ソースを参照

Update to actions/checkout@v4

Issue gh-1605
Steve Riesenberg 1 年間 前
コミット
2712c209ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/pr-build-workflow.yml

+ 1 - 1
.github/workflows/pr-build-workflow.yml

@@ -15,7 +15,7 @@ jobs:
         jdk: [17]
       fail-fast: false
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - name: Set up JDK ${{ matrix.jdk }}
         uses: spring-io/spring-gradle-build-action@v2
         with: