From 6e425e89571842e90a40de1bcc062ac19b604053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:19:06 +0000 Subject: [PATCH] ci(deps): update danysk/action-checkout action to v0.2.22 --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/test-extensively.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6459160fa..559361056 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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.22 - uses: DanySK/build-check-deploy-gradle-action@2.4.22 timeout-minutes: 120 with: diff --git a/.github/workflows/test-extensively.yml b/.github/workflows/test-extensively.yml index ec632cacf..7608edf06 100644 --- a/.github/workflows/test-extensively.yml +++ b/.github/workflows/test-extensively.yml @@ -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.22 - uses: DanySK/build-check-deploy-gradle-action@2.4.22 with: java-distribution: ${{ matrix.jdk-dist }} @@ -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.22 - uses: DanySK/build-check-deploy-gradle-action@2.4.22 with: build-command: |