Skip to content

Commit

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

Bump actions/setup-java from 4.0.0 to 4.1.0
  • Loading branch information
Parisa68 authored Mar 12, 2024
2 parents 4db84b1 + 426c48b commit ef83197
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.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit ef83197

Please sign in to comment.