Skip to content

Commit 7d1b642

Browse files
Bump actions/checkout from 4 to 5 (#30)
1 parent cef4f35 commit 7d1b642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- 21
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Install JDK
2020
uses: actions/setup-java@v5
2121
with:

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- 21
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Install JDK
2121
uses: actions/setup-java@v5
2222
with:

0 commit comments

Comments
 (0)