Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 7369ac9

Browse files
chore(deps): update actions/setup-java action to v3.5.1 (#2149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11c2fe8 commit 7369ac9

8 files changed

+14
-14
lines changed

.github/workflows/deploy_github_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Set up JDK
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
distribution: temurin
1919
java-version: 18

.github/workflows/deploy_library_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Set up JDK
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
distribution: temurin
1818
java-version: 18

.github/workflows/deploy_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up JDK
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
distribution: temurin
2121
java-version: 18

.github/workflows/draft_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ env.CHECKOUT_REF }}
3838

3939
- name: Set up JDK
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
distribution: temurin
4343
java-version: 18

.github/workflows/pull_request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Set up JDK
3131
if: "${{ steps.service-changed.outputs.result == 'true' }}"
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
distribution: temurin
3535
java-version: 18
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Set up JDK
7373
if: "${{ steps.service-changed.outputs.result == 'true' }}"
74-
uses: actions/[email protected].0
74+
uses: actions/[email protected].1
7575
with:
7676
distribution: temurin
7777
java-version: 18
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Set up JDK
122122
if: "${{ steps.service-changed.outputs.result == 'true' }}"
123-
uses: actions/[email protected].0
123+
uses: actions/[email protected].1
124124
with:
125125
distribution: temurin
126126
java-version: 18
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Set up JDK
164164
if: "${{ steps.service-changed.outputs.result == 'true' }}"
165-
uses: actions/[email protected].0
165+
uses: actions/[email protected].1
166166
with:
167167
distribution: temurin
168168
java-version: 18
@@ -204,7 +204,7 @@ jobs:
204204
205205
- name: Set up JDK
206206
if: "${{ steps.service-changed.outputs.result == 'true' }}"
207-
uses: actions/[email protected].0
207+
uses: actions/[email protected].1
208208
with:
209209
distribution: temurin
210210
java-version: 18
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Set up JDK
248248
if: "${{ steps.service-changed.outputs.result == 'true' }}"
249-
uses: actions/[email protected].0
249+
uses: actions/[email protected].1
250250
with:
251251
distribution: temurin
252252
java-version: 18
@@ -288,7 +288,7 @@ jobs:
288288
289289
- name: Set up JDK
290290
if: "${{ steps.service-changed.outputs.result == 'true' }}"
291-
uses: actions/[email protected].0
291+
uses: actions/[email protected].1
292292
with:
293293
distribution: temurin
294294
java-version: 18

.github/workflows/shadow_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up JDK
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
distribution: temurin
3535
java-version: ${{ matrix.java-version }}

.github/workflows/sync_crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Set up JDK
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
distribution: temurin
1818
java-version: 18

.github/workflows/update_publicsuffix_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Set up JDK
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
distribution: temurin
1818
java-version: 18

0 commit comments

Comments
 (0)