Skip to content

Commit 1b74dcf

Browse files
Merge pull request #437 from AxonIQ/dependabot/github_actions/github-dependencies-39a99e6801
Bump actions/setup-java from 5.1.0 to 5.2.0 in the github-dependencies group
2 parents 32dd495 + 562a57f commit 1b74dcf

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.1.0
19+
uses: actions/setup-java@v5.2.0
2020
with:
2121
distribution: 'zulu'
2222
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)