Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 6b440ca commit a633d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "validate gradle wrapper"
uses: gradle/wrapper-validation-action@v1
- name: "setup jdk ${{ matrix.java }}"
uses: "actions/setup-java@v3"
uses: "actions/setup-java@v4"
with:
distribution: 'temurin'
java-version: "${{ matrix.java }}"
Expand Down

0 comments on commit a633d0e

Please sign in to comment.