File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
with :
80
80
fetch-depth : 0
81
81
- name : Set up Python ${{ matrix.python-version }}
82
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
82
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
83
83
with :
84
84
python-version : ${{ matrix.python-version }}
85
85
allow-prereleases : true
@@ -102,6 +102,6 @@ jobs:
102
102
run : tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
103
103
- name : Upload coverage to codecov
104
104
if : ${{ contains(matrix.toxenv,'-cov') }}
105
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
105
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
106
106
with :
107
107
file : ./coverage.xml
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
20
20
with :
21
21
python-version : " 3.12"
22
22
You can’t perform that action at this time.
0 commit comments