Skip to content

Commit

Permalink
Update actions/setup-java action to v4.7.0 (#396)
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 Jan 29, 2025
1 parent 7d0d4f8 commit b1ed0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: dotanuki-labs/github-actions/quality/bash@main

- name: Setup JDK
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/[email protected]

- name: Setup JDK
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'zulu'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]

- name: Setup JDK
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit b1ed0f8

Please sign in to comment.