Skip to content

Commit 25d226c

Browse files
Update actions/setup-java action to v4.4.0
1 parent a26f05d commit 25d226c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fetch-depth: ${{ inputs.checkout-fetch-depth }}
9797

9898
- name: Set up Java
99-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
99+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
100100
with:
101101
distribution: 'zulu'
102102
java-version: 17

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: ${{ inputs.checkout-fetch-depth }}
6262

6363
- name: Set up Java
64-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
64+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
6565
with:
6666
distribution: 'zulu'
6767
java-version: 17

0 commit comments

Comments
 (0)