Update to actions/checkout@v4
Issue gh-1605
This commit is contained in:
2
.github/workflows/pr-build-workflow.yml
vendored
2
.github/workflows/pr-build-workflow.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user