Skip to content

Commit f822244

Browse files
build(deps): Bump the ci-dependencies group across 1 directory with 3 updates (#81)
Bumps the ci-dependencies group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [codecov/test-results-action](https://github.com/codecov/test-results-action). 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 `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) Updates `codecov/test-results-action` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](codecov/test-results-action@4e79e65...f2dba72) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: codecov/test-results-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87d13bd commit f822244

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: "Setup Python"
19-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2020
with:
2121
python-version: "3.x"
2222
allow-prereleases: true
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141

4242
- name: "Setup Python"
43-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
43+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4444
with:
4545
python-version: "3.x"
4646
cache: "pip"
@@ -56,12 +56,12 @@ jobs:
5656
run: python -m coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy
5757

5858
- name: "Upload coverage reports to Codecov"
59-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
59+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
6060
env:
6161
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6262

6363
- name: Upload test results to Codecov
6464
if: ${{ !cancelled() }}
65-
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
65+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)