Skip to content

Commit

Permalink
Merge pull request #632 from camunda-community-hub/renovate/actions-s…
Browse files Browse the repository at this point in the history
…etup-java-4.x

chore(deps): update actions/setup-java action to v4
  • Loading branch information
nitram509 authored Jan 24, 2024
2 parents 25f59fe + 709ed31 commit ed007ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Java setup
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up Java environment
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
Expand Down

0 comments on commit ed007ba

Please sign in to comment.