Skip to content

Commit

Permalink
ci(deps): update danysk/action-checkout action to v0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 3223ffc commit d9f2afc
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 @@ -85,7 +85,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.19
uses: DanySK/action-checkout@0.2.21
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
timeout-minutes: 120
with:
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.19
uses: DanySK/action-checkout@0.2.21
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
with:
java-distribution: ${{ matrix.jdk-dist }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.19
uses: DanySK/action-checkout@0.2.21
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
with:
build-command: |
Expand Down

0 comments on commit d9f2afc

Please sign in to comment.