27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Install Python
30
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
30
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
31
31
with :
32
32
python-version : ' 3.11'
33
33
@@ -227,7 +227,7 @@ jobs:
227
227
228
228
- name : Set up Python ${{ matrix.python-version }}
229
229
if : needs.changed-files.outputs.run_tests == 'true'
230
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
230
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
231
231
with :
232
232
python-version : ${{ matrix.python-version }}
233
233
@@ -238,7 +238,7 @@ jobs:
238
238
- name : Cache dependencies
239
239
if : needs.changed-files.outputs.run_tests == 'true'
240
240
id : cache-dependencies
241
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
241
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
242
242
with :
243
243
path : |
244
244
~/.cache/pipenv
@@ -295,7 +295,7 @@ jobs:
295
295
296
296
- name : Upload test coverage file
297
297
if : steps.unit_tests_run.outcome == 'success'
298
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
298
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
299
299
with :
300
300
name : coverage
301
301
path : coverage.xml
@@ -326,7 +326,7 @@ jobs:
326
326
327
327
- name : Download coverage result from units
328
328
if : needs.changed-files.outputs.run_tests == 'true'
329
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
330
330
with :
331
331
name : coverage
332
332
0 commit comments