Skip to content

Commit c762220

Browse files
Bump the ci-dependencies group across 1 directory with 4 updates
Bumps the ci-dependencies group with 4 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f532b3 commit c762220

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)