Skip to content

Commit ece9d95

Browse files
Update actions/checkout action to v5
1 parent df912f5 commit ece9d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build with Java 21
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Login to GitHub Container Registry
1515
uses: docker/login-action@v3
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:

0 commit comments

Comments
 (0)