Skip to content

Commit

Permalink
ci(deps): update danysk/action-checkout action to v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent e563c86 commit 9f059c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.19
uses: DanySK/action-checkout@0.2.22
- 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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.10
uses: DanySK/action-checkout@0.2.22
- uses: DanySK/build-check-deploy-gradle-action@2.2.8
with:
java-distribution: ${{ matrix.jdk-dist }}
Expand All @@ -44,7 +44,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.10
uses: DanySK/action-checkout@0.2.22
- uses: DanySK/build-check-deploy-gradle-action@2.2.8
with:
build-command: |
Expand Down

0 comments on commit 9f059c3

Please sign in to comment.