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.9
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent bdee774 commit 04c07d0
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].8
- uses: DanySK/[email protected].9
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].8
- uses: DanySK/[email protected].9
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].8
- uses: DanySK/[email protected].9
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
submodules: recursive
- uses: DanySK/[email protected].8
- uses: DanySK/[email protected].9
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 04c07d0

Please sign in to comment.