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.11
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Oct 22, 2024
1 parent 86920e6 commit 2a4beee
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].10
- uses: DanySK/[email protected].11
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].10
- uses: DanySK/[email protected].11
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].10
- uses: DanySK/[email protected].11
if: contains(github.repository, 'Kotlin2PlantUML') && contains('push workflow_dispatch', github.event_name)
with:
build-command: true
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: '20.15'
- uses: DanySK/[email protected].10
- uses: DanySK/[email protected].11
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 2a4beee

Please sign in to comment.