Skip to content

Commit

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

Bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
Parisa68 authored Jan 9, 2025
2 parents eb9ab6c + 8ff3f03 commit 21afee6
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
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 21afee6

Please sign in to comment.