Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 1b5045c commit e90db7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
name: Setup Java
with:
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo current directory contents
ls -al
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
name: Setup Java
with:
distribution: temurin
Expand Down

0 comments on commit e90db7e

Please sign in to comment.