Skip to content

Commit

Permalink
Merge pull request #53 from tuProlog/renovate/danysk-build-check-depl…
Browse files Browse the repository at this point in the history
…oy-gradle-action-2.x

ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.8
  • Loading branch information
Gilbocc authored Aug 8, 2023
2 parents 3cad978 + bd82de8 commit 5dab395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: nicolasfara/[email protected]
with:
github-token: ${{ github.token }}
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gpisano
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
timeout-minutes: 120
with:
# Dry-deployment
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gpisano
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
ENFORCE_VERSION: "${{ needs.staging-repo.outputs.next-version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
with:
java-distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].6
- uses: DanySK/[email protected].8
with:
build-command: |
./gradlew jsMainClasses jsTestClasses --parallel || ./gradlew jsMainClasses jsTestClasses --parallel
Expand Down

0 comments on commit 5dab395

Please sign in to comment.