Skip to content

Commit

Permalink
chore: Bump actions/setup-java from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent a86d2cf commit 2fc7e8f
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 2fc7e8f

Please sign in to comment.