Browse Source

Merge branch '1.1.x' into 1.2.x

pull/1676/head
Steve Riesenberg 2 years ago
parent
commit
e393bd15a3
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      .github/workflows/pr-build-workflow.yml

2
.github/workflows/pr-build-workflow.yml

@ -15,7 +15,7 @@ jobs: @@ -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:

Loading…
Cancel
Save