Skip to content

Commit 635a569

Browse files
authored
Merge pull request #116 from kpavlov/renovate/actions-checkout-5.x
2 parents bc00b5e + 09b725e commit 635a569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

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

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

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Set up JDK 17
2525
uses: actions/setup-java@v5
2626
with:

0 commit comments

Comments
 (0)