Skip to content

Commit

Permalink
Merge pull request #517 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
p-wunderlich authored Apr 2, 2024
2 parents 7655788 + 19881bb commit 9c83986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-maven
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
Expand Down

0 comments on commit 9c83986

Please sign in to comment.