Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jun 12, 2022
1 parent 730a2e3 commit 3b8fefc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
shell: bash {0}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Cache Gradle
uses: actions/cache@v2
uses: actions/cache@v3
with:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
path: |
Expand Down

0 comments on commit 3b8fefc

Please sign in to comment.