Skip to content

Commit

Permalink
GitHub Actions(deps): Bump actions/setup-java from 3.13.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.13.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3.13.0...v4.5.0)

---
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 20, 2024
1 parent 7254283 commit 75f6321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 75f6321

Please sign in to comment.