File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ commit-message :
8+ prefix : " "
9+ labels :
10+ - " cc: chore"
711
812 - package-ecosystem : " pre-commit"
913 directory : " /"
1014 schedule :
1115 interval : " monthly"
16+ commit-message :
17+ prefix : " "
18+ labels :
19+ - " cc: chore"
Original file line number Diff line number Diff line change 6060 PYTEST_TORCH_DTYPE : ${{ matrix.dtype || 'float32' }}
6161
6262 - name : Upload results to Codecov
63- uses : codecov/codecov-action@v4
63+ uses : codecov/codecov-action@v5
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
6666
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : Checkout code
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v6
9393
9494 # This will restore the cache for the current commit if it exists, or the most recent lychee
9595 # cache otherwise (including those saved for the main branch). It will also save the cache for
You can’t perform that action at this time.
0 commit comments