Skip to content

Commit

Permalink
ci(deps): update danysk/build-check-deploy-gradle-action action to v2…
Browse files Browse the repository at this point in the history
….4.20
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent e6adfbd commit ec54dbe
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/[email protected]
- name: Build with Gradle
uses: DanySK/[email protected].19
uses: DanySK/[email protected].20
with:
java-version: ${{ env.JAVA_VERSION }}
should-run-codecov: false
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: DanySK/[email protected].19
- uses: DanySK/[email protected].20
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/[email protected].19
uses: DanySK/[email protected].20
with:
should-run-codecov: false
check-command: "./gradlew koverXmlReport --parallel || ./gradlew koverXmlReport --parallel"
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Produce Dockerfile for ${{ matrix.service }}
uses: DanySK/[email protected].19
uses: DanySK/[email protected].20
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 @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Produce Dockerfile for ${{ matrix.service }}
uses: DanySK/[email protected].19
uses: DanySK/[email protected].20
with:
should-run-codecov: false
build-command: "./gradlew :${{ matrix.service }}:buildLayers && ./gradlew :${{ matrix.service }}:dockerfile"
Expand Down

0 comments on commit ec54dbe

Please sign in to comment.