Skip to content

Commit

Permalink
Workflow, welcome to 2024!
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Sep 4, 2024
1 parent 662f863 commit 1c1e3cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
name: Build with gradle

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 1c1e3cc

Please sign in to comment.