Browse Source

Update to actions/checkout@v4

Issue gh-1605
1.1.x
Steve Riesenberg 2 years ago
parent
commit
2712c209ef
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