Skip to content

Commit

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

Bump actions/setup-java from 3.12.0 to 3.13.0
  • Loading branch information
pontus authored Sep 25, 2023
2 parents ac1e5b1 + 1c42f7e commit cb52bdb
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.12.0
uses: actions/setup-java@v3.13.0
with:
distribution: zulu
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit cb52bdb

Please sign in to comment.