Skip to content

Commit fdc3ec6

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Java
22-
uses: actions/setup-java@v4.2.1
22+
uses: actions/setup-java@v4.2.2
2323
with:
2424
distribution: temurin
2525
java-version: 17
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
- name: Setup Java
53-
uses: actions/setup-java@v4.2.1
53+
uses: actions/setup-java@v4.2.2
5454
with:
5555
distribution: temurin
5656
java-version: ${{ matrix.java }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Checkout current branch
7272
uses: actions/checkout@v4.1.7
7373
- name: Setup Java
74-
uses: actions/setup-java@v4.2.1
74+
uses: actions/setup-java@v4.2.2
7575
with:
7676
distribution: temurin
7777
java-version: 17
@@ -88,7 +88,7 @@ jobs:
8888
- name: Checkout current branch
8989
uses: actions/checkout@v4.1.7
9090
- name: Setup Java
91-
uses: actions/setup-java@v4.2.1
91+
uses: actions/setup-java@v4.2.2
9292
with:
9393
distribution: temurin
9494
java-version: 17
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
fetch-depth: 0
118118
- name: Setup Java
119-
uses: actions/setup-java@v4.2.1
119+
uses: actions/setup-java@v4.2.2
120120
with:
121121
distribution: temurin
122122
java-version: 17

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: '0'
2020
- name: Setup Java
21-
uses: actions/setup-java@v4.2.1
21+
uses: actions/setup-java@v4.2.2
2222
with:
2323
distribution: temurin
2424
java-version: 17

0 commit comments

Comments
 (0)