Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-pip-torch-gte-1.8.1-and-lt-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Dec 3, 2024
2 parents 904d0e2 + 901c2e1 commit 15570d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ concurrency:

jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected].8
uses: Lightning-AI/utilities/.github/workflows/[email protected].9
2 changes: 1 addition & 1 deletion .github/workflows/ci_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: always()
# see: https://github.com/actions/toolkit/issues/399
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

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

0 comments on commit 15570d6

Please sign in to comment.