Skip to content

Commit

Permalink
Update actions/setup-java action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent 2efb2d5 commit 37f0690
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: zulu
java-version: 17
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: zulu
java-version: 17
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: set up JDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: zulu
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'zulu'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'zulu'
java-version: 17
Expand Down

0 comments on commit 37f0690

Please sign in to comment.