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
….2.10
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Oct 1, 2023
1 parent a5360a3 commit 5d58259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/built_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].9
- uses: DanySK/[email protected].10
with:
build_command: 'true'
should-run-codecov: ${{ contains('Linux', runner.os) }}
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].9
- uses: DanySK/[email protected].10
with:
build-command: true
check-command: |
Expand All @@ -46,7 +46,7 @@ jobs:
should-run-codecov: false
should-deploy: false
should-validate-wrapper: false
- uses: DanySK/[email protected].9
- uses: DanySK/[email protected].10
if: contains(github.repository, 'Kotlin2PlantUML') && contains('push workflow_dispatch', github.event_name)
with:
build-command: true
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
submodules: recursive
- uses: DanySK/[email protected].9
- uses: DanySK/[email protected].10
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 5d58259

Please sign in to comment.