Skip to content

Commit 0bc7a3c

Browse files
authored
Merge branch 'main' into dependabot/maven/main/dependencies-e0d462035d
2 parents 141a89d + a5a2d0a commit 0bc7a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up Java
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: ${{ matrix.java_version }}
2222
distribution: "zulu"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ~/.m2
3030
key: build-${{ env.cache-name }}
3131
- name: Set up Java and Maven
32-
uses: actions/setup-java@v4
32+
uses: actions/setup-java@v5
3333
with:
3434
java-version: '17'
3535
distribution: 'zulu'

0 commit comments

Comments
 (0)