Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit ebadc61

Browse files
Update actions/setup-java action to v4.2.2
1 parent 45fc6ee commit ebadc61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-alpha-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
4949

5050
- name: Set up Java
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252
with:
5353
distribution: 'zulu'
5454
java-version: 11

.github/workflows/generate-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
6767

6868
- name: Set up Java
69-
uses: actions/[email protected].1
69+
uses: actions/[email protected].2
7070
with:
7171
distribution: 'zulu'
7272
java-version: 11

0 commit comments

Comments
 (0)