Skip to content

Commit

Permalink
GitHub Actions(deps): Bump actions/setup-java from 3.13.0 to 4.5.0 (#116
Browse files Browse the repository at this point in the history
)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 8dd923a commit 7b99e6d
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 7b99e6d

Please sign in to comment.