Skip to content

Commit

Permalink
ci(deps): update danysk/action-checkout action to v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent 4532e22 commit 281bf14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.17
uses: DanySK/action-checkout@0.2.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
with:
# Dry-deployment
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 @@ -21,7 +21,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.17
uses: DanySK/action-checkout@0.2.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
with:
java-distribution: ${{ matrix.jdk-dist }}
Expand All @@ -48,7 +48,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.17
uses: DanySK/action-checkout@0.2.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
with:
build-command: ./gradlew jsMainClasses jsTestClasses --parallel
Expand Down

0 comments on commit 281bf14

Please sign in to comment.