Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 6e18af0

Browse files
chore(deps): update actions/setup-java action to v4.4.0 (#3233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc573b9 commit 6e18af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/reusable-workflows/setup-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
token: ${{ inputs.token }}
3939

4040
- name: Set up JDK
41-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
41+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
4242
with:
4343
distribution: temurin
4444
java-version: ${{ inputs.java-version }}

0 commit comments

Comments
 (0)