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.16
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 6bdb6f3 commit 58b6c87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
pre-build-command: ./gradlew kotlinUpgradeYarnLock --parallel
# check that all tasks used in subsequent phases are there
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: ./gradlew kotlinUpgradeYarnLock --parallel
check-command: true
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: |
for i in 1 2 3 4 5; do
Expand All @@ -175,7 +175,7 @@ jobs:
with:
name: website
path: website.tar
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
build-command: |
check-command: |
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/[email protected].15
- uses: DanySK/[email protected].16
with:
java-version: ${{ needs.select-java-version.outputs.java-version }}
build-command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ancillary-files.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 kotlinUpgradeYarnLock --parallel
check-command: |
Expand Down

0 comments on commit 58b6c87

Please sign in to comment.