Skip to content

Commit

Permalink
upgraded checkout to v4 and setup-gradle to v3 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Jun 19, 2024
1 parent 836fa59 commit 211e34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: ["8", "11", "17", "21"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java ${{ matrix.java-version }}
uses: actions/setup-java@v3
Expand All @@ -25,7 +25,7 @@ jobs:
cache: gradle

- name: Setup Gradle
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: wrapper

Expand Down

0 comments on commit 211e34f

Please sign in to comment.