소스 검색

Merge branch '1.1.x' into 1.2.x

Steve Riesenberg 1 년 전
부모
커밋
e393bd15a3
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: