Skip to content

Commit

Permalink
ci(deps): update danysk/build-check-deploy-gradle-action action to v3…
Browse files Browse the repository at this point in the history
….5.13
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 8d7222a commit 4c54364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Build with Gradle
uses: DanySK/build-check-deploy-gradle-action@3.5.12
uses: DanySK/build-check-deploy-gradle-action@3.5.13
with:
java-version: ${{ env.JAVA_VERSION }}
should-run-codecov: false
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- uses: DanySK/build-check-deploy-gradle-action@3.5.12
- uses: DanySK/build-check-deploy-gradle-action@3.5.13
with:
java-version: ${{ matrix.java-version }}
java-distribution: ${{ matrix.java-distribution }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: "adopt"
- name: Produce coverage report
uses: DanySK/build-check-deploy-gradle-action@3.5.12
uses: DanySK/build-check-deploy-gradle-action@3.5.13
with:
should-run-codecov: false
check-command: "./gradlew koverXmlReport --parallel || ./gradlew koverXmlReport --parallel"
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Produce Dockerfile for ${{ matrix.service }}
uses: DanySK/build-check-deploy-gradle-action@3.5.12
uses: DanySK/build-check-deploy-gradle-action@3.5.13
with:
should-run-codecov: false
build-command: "./gradlew :${{ matrix.service }}:buildLayers && ./gradlew :${{ matrix.service }}:dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Produce Dockerfile for ${{ matrix.service }}
uses: DanySK/build-check-deploy-gradle-action@3.5.12
uses: DanySK/build-check-deploy-gradle-action@3.5.13
with:
should-run-codecov: false
build-command: "./gradlew :${{ matrix.service }}:buildLayers && ./gradlew :${{ matrix.service }}:dockerfile"
Expand Down

0 comments on commit 4c54364

Please sign in to comment.