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.12
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Nov 30, 2023
1 parent b1f78a1 commit 3e6584f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@ -40,7 +40,7 @@ jobs:
uses: nicolasfara/[email protected]
with:
github-token: ${{ github.token }}
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
# Dry-deployment
deploy-command: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
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-extensively.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
java-distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
build-command: ./gradlew jsMainClasses jsTestClasses --parallel
check-command: ./gradlew jsTest --parallel
Expand Down

0 comments on commit 3e6584f

Please sign in to comment.