Skip to content

Commit

Permalink
[Renovate] Update actions/setup-java action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 31a4bed commit 8302fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: adopt
java-version: '${{ matrix.java }}'
Expand Down

0 comments on commit 8302fc4

Please sign in to comment.