Skip to content

Commit

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

Bump actions/setup-java from 4.1.0 to 4.2.1
  • Loading branch information
kjellp authored Mar 19, 2024
2 parents 110b185 + 8906f5d commit 8aa86ba
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.1.0
uses: actions/setup-java@v4.2.1
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 8aa86ba

Please sign in to comment.