Skip to content

Commit

Permalink
Update GitHub actions to fix set-env usage
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jun 7, 2021
1 parent c8be5fe commit 6025800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
uses: actions/setup-java@v1.4.3
with:
java-version: 1.8
java-version: 1.8
- name: Test code with Maven
run: ./mvnw test

0 comments on commit 6025800

Please sign in to comment.