Skip to content

Commit

Permalink
Merge pull request #7 from oxctl/AB#68024
Browse files Browse the repository at this point in the history
AB#68024 migrate to Node 16
  • Loading branch information
sebastianchristopher committed May 23, 2023
2 parents 73dd3ed + 29f57a4 commit 9bef349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit 9bef349

Please sign in to comment.