Skip to content

Commit c4967a2

Browse files
Bump the ci-dependencies group across 1 directory with 3 updates
Bumps the ci-dependencies group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [actions/cache](https://github.com/actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-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@v5.4.0...v5.5.0) Updates `actions/cache` from 4.2.0 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@v4.2.0...v4.2.3) 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@v5.3.1...v5.4.0) --- 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: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5aea935 commit c4967a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Install Python
16-
uses: actions/setup-python@v5.4.0
16+
uses: actions/setup-python@v5.5.0
1717
with:
1818
python-version: '3.11'
1919

Diff for: .github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Set up Python
19-
uses: actions/setup-python@v5.4.0
19+
uses: actions/setup-python@v5.5.0
2020
with:
2121
python-version: 3.11
2222

Diff for: .github/workflows/unittest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: printenv
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v5.4.0
28+
uses: actions/setup-python@v5.5.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Cache dependencies
3636
id: cache-dependencies
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].3
3838
with:
3939
path: |
4040
~/.cache/pipenv
@@ -56,7 +56,7 @@ jobs:
5656
run: pipenv run coverage xml
5757

5858
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v5.3.1
59+
uses: codecov/codecov-action@v5.4.0
6060
env:
6161
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6262
with:

0 commit comments

Comments
 (0)