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
….1.16
  • Loading branch information
renovate[bot] authored and DanySK committed Dec 6, 2022
1 parent 037bdc9 commit 137e7ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
# check that all tasks used in subsequent phases are there
build-command: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: true
check-command: true
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: |
./gradlew hugoBuild --parallel || ./gradlew hugoBuild --parallel || ./gradlew hugoBuild --parallel
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
uses: actions/[email protected]
with:
name: website
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
java-version: 11
build-command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-javadoc-io-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: danysk/[email protected]
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: ./gradlew dokkaHtml --parallel
check-command: |
Expand Down

0 comments on commit 137e7ab

Please sign in to comment.