Parcourir la source

Merge branch '1.1.x' into 1.2.x

Steve Riesenberg il y a 1 an
Parent
commit
e393bd15a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: