Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 15570d6

Browse files
authored
Merge branch 'main' into dependabot-pip-torch-gte-1.8.1-and-lt-2.6
2 parents 904d0e2 + 901c2e1 commit 15570d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ concurrency:
1414

1515
jobs:
1616
check-schema:
17-
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
17+
uses: Lightning-AI/utilities/.github/workflows/[email protected].9

.github/workflows/ci_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
coverage xml
6060
6161
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v5
6363
if: always()
6464
# see: https://github.com/actions/toolkit/issues/399
6565
continue-on-error: true

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Deploy 🚀
8181
if: ${{ github.event_name != 'pull_request' }}
82-
uses: JamesIves/github-pages-deploy-action@v4.6.8
82+
uses: JamesIves/github-pages-deploy-action@v4.7.1
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
8585
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)