2828 with :
2929 persist-credentials : false
3030 - name : Setup Python
31- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
31+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
3232 with :
3333 python-version : 3.12
3434
9393
9494 - name : Set up Python ${{ matrix.python-version }}
9595 id : setup-python
96- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
96+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
9797 with :
9898 python-version : ${{ matrix.python-version }}
9999 cache : ' pip'
@@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Upload coverage report
116116 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
117- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
117+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
118118 with :
119119 token : ${{ secrets.CODECOV_TOKEN }}
120120
@@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Set up Python
154154 id : setup-python
155- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
155+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
156156 with :
157157 python-version : 3.11
158158 cache : ' pip'
@@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Set up Python 3.12
200200 id : setup-python
201- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
201+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
202202 with :
203203 python-version : 3.12
204204 cache : ' pip'
@@ -241,7 +241,7 @@ jobs:
241241
242242 - name : Set up Python 3.12
243243 id : setup-python
244- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
244+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
245245 with :
246246 python-version : 3.12
247247 cache : ' pip'
0 commit comments