File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2525 with :
2626 fetch-depth : 0
2727
5959
6060 - if : matrix.python-version == '3.10'
6161 name : Upload coverage to Codecov
62- uses : codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
62+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
6363 continue-on-error : true
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
7474 id-token : write # Required for PyPI trusted publishing
7575
7676 steps :
77- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
77+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7878 with :
7979 fetch-depth : 0
8080
@@ -105,7 +105,7 @@ jobs:
105105 needs : [publish]
106106
107107 steps :
108- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
108+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
109109 with :
110110 fetch-depth : 0
111111
You can’t perform that action at this time.
0 commit comments