Skip to content

Commit 5ca2aa1

Browse files
committed
spring-projectsGH-105 - Update GitHub actions.
1 parent 7f2f481 commit 5ca2aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313

1414
- name: Check out sources
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
2121
java-version: 17

0 commit comments

Comments
 (0)