Skip to content

Commit

Permalink
Merge pull request #21 from pauldaustin/feature/websocket
Browse files Browse the repository at this point in the history
gha
  • Loading branch information
pauldaustin authored Jan 16, 2024
2 parents 7dd1932 + c219678 commit 90110c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
#### Checkout jeometry ####
- name: Checkout jeometry
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{env.REF}}
path: jeometry

#### JAVA VERSION ####
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'microsoft'
Expand Down

0 comments on commit 90110c1

Please sign in to comment.