Skip to content

Commit

Permalink
Merge pull request #24 from CXwudi/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
⬆ upgrade actions/setup-java action to v4
  • Loading branch information
CXwudi authored Dec 5, 2023
2 parents 4f95d90 + b5e7f9f commit a045c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit a045c89

Please sign in to comment.