From 5093cf1e847fa1ccb8cd34999a1a3e876dcd545c Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:51:00 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/ci-checks.yml | 4 ++-- .github/workflows/clear-cache.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index e019b9cf254..46acca95c7a 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -15,7 +15,7 @@ jobs: check-code: uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.8 with: - actions-ref: v0.11.7 + actions-ref: v0.11.8 extra-typing: "typing" check-schema: @@ -25,7 +25,7 @@ jobs: if: github.event.pull_request.draft == false uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.8 with: - actions-ref: v0.11.7 + actions-ref: v0.11.8 artifact-name: dist-packages-${{ github.sha }} import-name: "torchmetrics" testing-matrix: | diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index f9a02a3b96c..057827d611c 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.8 with: - scripts-ref: v0.11.7 + scripts-ref: v0.11.8 dry-run: ${{ github.event_name == 'pull_request' }} pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging