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
….7.5
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 8c7ec52 commit 6269a0e
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 @@ -68,7 +68,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].3
- uses: DanySK/[email protected].5
with:
pre-build-command: true
build-command: |
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- name: Checkout
uses: danysk/[email protected]
- uses: DanySK/[email protected].3
- uses: DanySK/[email protected].5
with:
retries-on-failure: 5
wait-between-retries: 120
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
steps:
- name: Checkout with full history
uses: danysk/[email protected]
- uses: DanySK/[email protected].3
- uses: DanySK/[email protected].5
with:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: package.json
- uses: DanySK/[email protected].3
- uses: DanySK/[email protected].5
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].3
- uses: DanySK/[email protected].5
with:
pre-build-command: rm javadoc-io.json
build-command: |
Expand Down

0 comments on commit 6269a0e

Please sign in to comment.