Skip to content

Commit 86ed4cd

Browse files
Merge pull request #380 from AxonIQ/dependabot/github_actions/github-dependencies-937a6f8793
Bump actions/setup-java from 4.6.0 to 4.7.0 in the github-dependencies group
2 parents 1a9d8ec + 0fa28bd commit 86ed4cd

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@v4
1717

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

0 commit comments

Comments
 (0)