File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,13 +111,6 @@ jobs:
111111 run : |
112112 nix develop --command cargo tarpaulin --out xml --all-features --verbose
113113
114- - name : Upload Coverage
115- uses : codecov/codecov-action@v4
116- with :
117- files : ./cobertura.xml
118- fail_ci_if_error : false
119- continue-on-error : true
120-
121114 # MSRV check (use specific Rust version, can't do this easily in Nix)
122115 # Only run on main branch pushes, scheduled runs, and manual triggers - not every PR
123116 msrv :
Original file line number Diff line number Diff line change 6868 continue-on-error : true
6969
7070 - name : Self-hosted Renovate
71- uses : renovatebot/github-action@v40.3.12
71+ uses : renovatebot/github-action@v44.0.2
7272 env :
7373 # Use GitHub App token if available, otherwise use GITHUB_TOKEN
7474 RENOVATE_TOKEN : ${{ steps.get_token.outputs.token || secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments