Skip to content

Commit 90e6861

Browse files
authored
Merge pull request #417 from AxonIQ/dependabot/github_actions/github-dependencies-c9d1c95665
Bump actions/setup-java from 4.7.1 to 5.0.0 in the github-dependencies group
2 parents c42105b + fba9b60 commit 90e6861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Set up JDK ${{ matrix.java-version }}
19-
uses: actions/setup-java@v4.7.1
19+
uses: actions/setup-java@v5.0.0
2020
with:
2121
distribution: 'zulu'
2222
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)