Browse Source

Merge branch '1.1.x' into 1.2.x

Steve Riesenberg 1 year ago
parent
commit
e393bd15a3
1 changed files with 1 additions and 1 deletions
  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: