Skip to content

Commit 029a86f

Browse files
Bump actions/setup-java from 4.7.0 to 4.7.1 (#431)
1 parent c5718c8 commit 029a86f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 1
3434
- name: Set up JDK
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: 'zulu'
3838
java-version: ${{ matrix.java }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 1
3535
- name: Set up JDK
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
distribution: 'zulu'
3939
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 1
3636
- name: Set up JDK
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838
with:
3939
distribution: 'zulu'
4040
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)