Skip to content

Commit

Permalink
Update actions/setup-java action to v4.4.0 (#328)
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 Sep 24, 2024
1 parent 41ab9be commit 1f40f6b
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.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup JDK
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.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/checkout@v4.1.7

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

0 comments on commit 1f40f6b

Please sign in to comment.