Skip to content

Commit 1e89d84

Browse files
chore(deps): update actions/setup-java action to v5 (#722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b647947 commit 1e89d84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: 'true'
3434

3535
- name: Set up JDK ${{ matrix.java-version }}
36-
uses: actions/setup-java@v4
36+
uses: actions/setup-java@v5
3737
with:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
gh api repos/projectnessie/cel-java/commits/${SHA}/check-runs --jq 'if ([.check_runs[] | select(.name | endswith("Release") or startswith("Dependabot ") or startswith("codecov/") or startswith("Report") | not ) | .conclusion // "pending" ] | unique == ["success"] or unique == []) then "OK" else error("Commit checks are not OK") end'
6363
6464
- name: Set up JDK 11
65-
uses: actions/setup-java@v4
65+
uses: actions/setup-java@v5
6666
with:
6767
distribution: 'temurin'
6868
java-version: 17

0 commit comments

Comments
 (0)