Skip to content

Commit 8411043

Browse files
Merge pull request #433 from AxonIQ/dependabot/github_actions/github-dependencies-5acd178014
Bump actions/setup-java from 5.0.0 to 5.1.0 in the github-dependencies group
2 parents 267b2a9 + 80bfa92 commit 8411043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
1717

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

0 commit comments

Comments
 (0)