Skip to content

Commit

Permalink
Bump actions/setup-java used in Smoke Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Oct 20, 2022
1 parent f5a80aa commit 0f2fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Unzip MQ Distribution
run: unzip -q mq.zip
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java_version }}
Expand Down

0 comments on commit 0f2fd3d

Please sign in to comment.