Skip to content

Commit

Permalink
Merge pull request #8 from kiegroup/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…ment/actions/setup-java-4

[bot][dev]: Bump actions/setup-java from 3 to 4
  • Loading branch information
mareknovotny authored Aug 5, 2024
2 parents a77f245 + f843200 commit 02dd4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker rmi $(docker image ls -aq)
df -h
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 02dd4c1

Please sign in to comment.