Skip to content

Commit

Permalink
build(deps): bump Lightning-AI/utilities from 0.11.7 to 0.11.8 (#2818)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 9afbac7)
  • Loading branch information
dependabot[bot] authored and Borda committed Nov 7, 2024
1 parent f46e969 commit aeb4a5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ concurrency:

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
with:
actions-ref: v0.11.7
actions-ref: v0.11.8
extra-typing: "typing"

check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].8

check-package:
if: github.event.pull_request.draft == false
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
with:
actions-ref: v0.11.7
actions-ref: v0.11.8
artifact-name: dist-packages-${{ github.sha }}
import-name: "torchmetrics"
testing-matrix: |
Expand All @@ -35,7 +35,7 @@ jobs:
}
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
with:
base-branch: master
config-file: ".github/markdown-links-config.json"
6 changes: 3 additions & 3 deletions .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
cron-clear:
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
with:
scripts-ref: v0.11.7
dry-run: ${{ github.event_name == 'pull_request' }}
Expand All @@ -32,9 +32,9 @@ jobs:

direct-clear:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/[email protected].7
uses: Lightning-AI/utilities/.github/workflows/[email protected].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

0 comments on commit aeb4a5c

Please sign in to comment.