Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
see #2  - actions/checkout@v1 to v2
also updates actions/setup-java@v1 to v2
  • Loading branch information
BobSaidHi authored Dec 20, 2021
1 parent ef19bfa commit cdfb64c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 1.11
- name: Build with Gradle
run: ./gradlew build

0 comments on commit cdfb64c

Please sign in to comment.