Skip to content

Commit 3eefa1f

Browse files
Update actions/setup-java action to v4 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 400f084 commit 3eefa1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2929
- name: Set up JDK
30-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
30+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
3131
with:
3232
distribution: 'temurin'
3333
java-version: ${{ matrix.java_version }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313
- name: Set up JDK
14-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
14+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
1515
with:
1616
distribution: 'temurin'
1717
java-version: '11'

0 commit comments

Comments
 (0)