Skip to content

Commit

Permalink
chore: bump actions/setup-java from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.5.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 7dd84a5 commit c0a8b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit c0a8b93

Please sign in to comment.