Skip to content

Commit 2712c20

Browse files
committed
Update to actions/checkout@v4
Issue gh-1605
1 parent 38c2a50 commit 2712c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
jdk: [17]
1616
fail-fast: false
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK ${{ matrix.jdk }}
2020
uses: spring-io/spring-gradle-build-action@v2
2121
with:

0 commit comments

Comments
 (0)