From f1d8f531fc5cb1120fe463930f7cf909ee9c4617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:30:17 +0100 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.11.8 to 0.11.9 (#2854) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 12 ++++++------ .github/workflows/clear-cache.yml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index fa3eb8ccdee..dfb11884f8a 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -13,19 +13,19 @@ concurrency: jobs: check-code: - uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.9 with: - actions-ref: v0.11.8 + actions-ref: v0.11.9 extra-typing: "typing" check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.9 check-package: if: github.event.pull_request.draft == false - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.9 with: - actions-ref: v0.11.8 + actions-ref: v0.11.9 artifact-name: dist-packages-${{ github.sha }} import-name: "torchmetrics" testing-matrix: | @@ -35,7 +35,7 @@ jobs: } check-md-links: - uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.9 with: base-branch: master config-file: ".github/markdown-links-config.json" diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 057827d611c..71a77a340d4 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -23,18 +23,18 @@ on: jobs: cron-clear: if: github.event_name == 'schedule' || github.event_name == 'pull_request' - uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9 with: - scripts-ref: v0.11.7 + scripts-ref: v0.11.9 dry-run: ${{ github.event_name == 'pull_request' }} pattern: "pip-latest" age-days: 7 direct-clear: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' - uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.8 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9 with: - scripts-ref: v0.11.8 + scripts-ref: v0.11.9 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