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 3ad1d7e commit 5f9bcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gradle/gradle-build-action@v3

- name: Set up JDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: 'zulu'
java-version: 17
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

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

0 comments on commit 5f9bcfe

Please sign in to comment.