diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-13 17:47:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 17:47:24 +0000 |
commit | 0ca4f03858dce1fd3617170c8b3a4456731b1473 (patch) | |
tree | 00382bec9d96ecba02f36ae34dfeafb6c185aade | |
parent | eb257e506cb2fa4a34dcf12807ae06428ec50298 (diff) |
Bump actions/setup-python from 4.6.1 to 4.7.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89f877..0a5e765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: python-version: '3.x' - name: Install gitlint |