Skip to content

Commit

Permalink
Merge pull request #244 from neicnordic/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.0.0

Bump actions/setup-java from 3.13.0 to 4.0.0
  • Loading branch information
Parisa68 authored Dec 5, 2023
2 parents d999900 + eccbcbf commit f00def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
docker stack deploy DOA --compose-file docker-compose-${{ matrix.storagetype }}-outbox.yml
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit f00def3

Please sign in to comment.