Skip to content

Commit

Permalink
GitHub Actions Java Version Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Mønster <bem@bankdata.dk>
  • Loading branch information
Benjamin Mønster committed Feb 15, 2023
1 parent 07c2466 commit 2f04d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VerifyAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
Expand Down

0 comments on commit 2f04d4e

Please sign in to comment.