Skip to content

Commit

Permalink
chore: Bump actions/setup-java from 4.1.0 to 4.2.0 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent c56e429 commit a3ef267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Java
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: 17
distribution: 'adopt'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
find /tmp/artifacts/ -name "mcs*" -exec mv -v {} artifacts/ \;
- name: Set up Java
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit a3ef267

Please sign in to comment.