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
….4.24
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent e532e15 commit 616eade
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 @@ -68,7 +68,7 @@ jobs:
# echo "will-release=false" >> $GITHUB_OUTPUT
# fi
# mv base.js release.config.mjs
- uses: DanySK/[email protected].22
- uses: DanySK/[email protected].24
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: ${{ secrets.MAVEN_USERNAME }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].22
- uses: DanySK/[email protected].24
timeout-minutes: 120
with:
# Dry-deployment
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/[email protected].22
- uses: DanySK/[email protected].24
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: ${{ secrets.MAVEN_USERNAME }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/[email protected].22
- uses: DanySK/[email protected].24
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/build-check-deploy-gradle-action@2.2.8
- uses: DanySK/build-check-deploy-gradle-action@2.4.24
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/build-check-deploy-gradle-action@2.2.8
- uses: DanySK/build-check-deploy-gradle-action@2.4.24
with:
build-command: |
./gradlew jsMainClasses jsTestClasses --parallel || ./gradlew jsMainClasses jsTestClasses --parallel
Expand Down

0 comments on commit 616eade

Please sign in to comment.