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.6
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent 2e5e193 commit 3611649
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 @@ -72,7 +72,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].5
- uses: DanySK/[email protected].6
with:
pre-build-command: true
build-command: |
Expand All @@ -96,7 +96,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].5
- uses: DanySK/[email protected].6
with:
retries-on-failure: 5
wait-between-retries: 120
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/[email protected].5
- uses: DanySK/[email protected].6
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
steps:
- name: Checkout with full history
uses: danysk/[email protected]
- uses: DanySK/[email protected].5
- uses: DanySK/[email protected].6
with:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: package.json
- uses: DanySK/[email protected].5
- uses: DanySK/[email protected].6
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.repo-id }}
MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }}
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].5
- uses: DanySK/[email protected].6
with:
pre-build-command: rm javadoc-io.json
build-command: |
Expand Down

0 comments on commit 3611649

Please sign in to comment.