Skip to content

Commit

Permalink
Merge pull request #167 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
VonDerBeck authored Dec 20, 2023
2 parents 280f821 + 070a4cf commit b0c3f1f
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 @@ -21,7 +21,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 @@ -43,7 +43,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 b0c3f1f

Please sign in to comment.