Skip to content

Commit ba19453

Browse files
Bump the ci-dependencies group across 1 directory with 4 updates (#5556)
1 parent 3f532b3 commit ba19453

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828

2929
- name: Install Python
30-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
30+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3131
with:
3232
python-version: '3.11'
3333

@@ -227,7 +227,7 @@ jobs:
227227

228228
- name: Set up Python ${{ matrix.python-version }}
229229
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
231231
with:
232232
python-version: ${{ matrix.python-version }}
233233

@@ -238,7 +238,7 @@ jobs:
238238
- name: Cache dependencies
239239
if: needs.changed-files.outputs.run_tests == 'true'
240240
id: cache-dependencies
241-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
241+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
242242
with:
243243
path: |
244244
~/.cache/pipenv
@@ -295,7 +295,7 @@ jobs:
295295

296296
- name: Upload test coverage file
297297
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
299299
with:
300300
name: coverage
301301
path: coverage.xml
@@ -326,7 +326,7 @@ jobs:
326326

327327
- name: Download coverage result from units
328328
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
330330
with:
331331
name: coverage
332332

0 commit comments

Comments
 (0)