Skip to content

Commit e6304f2

Browse files
renovate[bot]MariusVolkhart
authored andcommitted
Update actions/setup-java action to v5.3.0
1 parent 8c07518 commit e6304f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./scripts/apply-patches.sh "$UPSTREAM_TAG"
3939

4040
- name: Set up JDK
41-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
41+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
4242
with:
4343
distribution: 'temurin'
4444
java-version: '21'

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Set up JDK
6464
if: steps.detect.outputs.should_sync == 'true'
65-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
65+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
6666
with:
6767
distribution: 'temurin'
6868
java-version: '21'

0 commit comments

Comments
 (0)