File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ jobs:
116
116
# if: {{ false }}
117
117
# continue running if step fails
118
118
# continue-on-error: true
119
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
119
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120
120
121
121
# Setup version of Python to use
122
122
- name : Set Up Python ${{ matrix.python-version }}
123
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
123
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
124
124
with :
125
125
python-version : ${{ matrix.python-version }}
126
126
allow-prereleases : true
@@ -317,7 +317,7 @@ jobs:
317
317
318
318
- name : Upload coverage to Codecov
319
319
# see: https://github.com/codecov/codecov-action#usage
320
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
320
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
321
321
with :
322
322
verbose : true
323
323
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments