Update CI

Signed-off-by: Matt <mramotar@dropbox.com>
This commit is contained in:
Matt 2022-12-21 19:14:54 -08:00 committed by mnakhimovich
parent 1b21081986
commit 855a7bbc97

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
@ -56,7 +56,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up our JDK environment
uses: actions/setup-java@v2