Skip to content

Commit

Permalink
Update actions/setup-java action to v4.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 2aef2a1 commit 31c1e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/checkout@v4.1.7
- name: Set upt JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.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/checkout@v4.1.7
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: ${{matrix.java}}
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .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/checkout@v4.1.7
- name: Set up JDK 17
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.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 11
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit 31c1e68

Please sign in to comment.