diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-01 04:50:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 04:50:49 -0800 |
| commit | 79b0698001346489952ef42782fa0760f6aa33d1 (patch) | |
| tree | eb9243185d2c4b6d62d87f84f53f33c1833f23c9 /.github/workflows/coverage.yml | |
| parent | 106bb765dcf4b19edc9c3efb3673b7eae32059fa (diff) | |
| download | python-coveragepy-git-79b0698001346489952ef42782fa0760f6aa33d1.tar.gz | |
build(deps): bump actions/setup-python from 2 to 3 (#1335)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 41ce3dde..e4091791 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -56,7 +56,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v3" with: python-version: "${{ matrix.python-version }}" cache: pip @@ -93,7 +93,7 @@ jobs: uses: "actions/checkout@v2" - name: "Set up Python" - uses: "actions/setup-python@v2" + uses: "actions/setup-python@v3" with: python-version: "3.8" cache: pip |
