Skip to content

Commit

Permalink
Merge pull request #99 from zeebe-io/renovate/s4u-setup-maven-action-1.x
Browse files Browse the repository at this point in the history
chore(deps): update s4u/setup-maven-action action to v1.8.0
  • Loading branch information
cmur2 authored Jul 27, 2023
2 parents 1fccd3b + fdc70e3 commit cceebfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
secret/data/products/zeebe/ci/zeebe ARTIFACTS_PSW;
- name: Setup Maven
uses: s4u/setup-maven-action@v1.7.0
uses: s4u/setup-maven-action@v1.8.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
| gpg -q --import --no-tty --batch --yes
- name: Setup Maven
uses: s4u/setup-maven-action@v1.7.0
uses: s4u/setup-maven-action@v1.8.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit cceebfe

Please sign in to comment.