Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.6.0 (#1816)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent d42722f commit 536dee7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jgiven_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set upt JDK 17
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jgiven_branch_and_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo apt install ./google-chrome-stable_current_amd64.deb && rm *.deb
- uses: actions/[email protected]
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: ${{matrix.java}}
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jgiven_examples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mock_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
VERSION: '0.0.1-TEST'
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit 536dee7

Please sign in to comment.