Skip to content

Commit

Permalink
Update actions/setup-java action to v4.5.0 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 88b7910 commit d6b781d
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:

token: ${{ github.token }}

- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
node-version: 18
- run: sudo apt-get install markdown -y
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'zulu'
Expand Down

0 comments on commit d6b781d

Please sign in to comment.