Skip to content

Commit ecb2f93

Browse files
authored
Merge pull request #343 from neicnordic/dependabot/github_actions/actions/setup-java-4.7.0
Bump actions/setup-java from 4.6.0 to 4.7.0
2 parents 3c4f87e + ba492b9 commit ecb2f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
docker stack deploy DOA --compose-file docker-compose-${{ matrix.storagetype }}-outbox.yml
5353
5454
- name: Set up JDK
55-
uses: actions/setup-java@v4.6.0
55+
uses: actions/setup-java@v4.7.0
5656
with:
5757
distribution: zulu
5858
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)