Skip to content

Commit

Permalink
Merge pull request #244 from raynigon/dependabot/github_actions/eskat…
Browse files Browse the repository at this point in the history
…os/gradle-command-action-2.7.0

Bump eskatos/gradle-command-action from 2.6.1 to 2.7.0
  • Loading branch information
mergify[bot] committed Jul 25, 2023
2 parents f18c5c4 + fbf31db commit 3882004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.name "raynigon[bot]"
git checkout -b release
- name: "Publish Artifacts"
uses: eskatos/gradle-command-action@v2.6.1 #v1.3.3
uses: eskatos/gradle-command-action@v2.7.0 #v1.3.3
with:
arguments: ":release -Prelease.useAutomaticVersion=true build -x test"
wrapper-cache-enabled: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@v2.6.1
uses: eskatos/gradle-command-action@v2.7.0
with:
arguments: test
- name: Codacy Publish
Expand All @@ -31,7 +31,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@v2.6.1
uses: eskatos/gradle-command-action@v2.7.0
with:
arguments: globalJavadoc
#- name: Upload javadoc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@v2.6.1
uses: eskatos/gradle-command-action@v2.7.0
with:
arguments: test
- name: "Upload Test Logs Artifact"
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@v2.6.1
uses: eskatos/gradle-command-action@v2.7.0
with:
arguments: globalJavadoc

0 comments on commit 3882004

Please sign in to comment.