File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 os : [ubuntu-latest, macos-latest, windows-latest]
1717 python-version : ["3.11"]
1818 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
21+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 cache : ' pip'
3030 pip install pytest pytest-cov
3131 pytest --cov=./ --cov-report=xml
3232 - name : Upload coverage to Codecov
33- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4 .0
33+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5 .0
3434 with :
3535 files : ./coverage.xml
3636 fail_ci_if_error : true
Original file line number Diff line number Diff line change 2323 - os : macos-latest
2424 python-version : " 3.7"
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
28+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 cache : ' pip'
You can’t perform that action at this time.
0 commit comments