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: |