summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-08 13:36:19 +0000
committerGitHub <noreply@github.com>2022-12-08 13:36:19 +0000
commit3df437bac0cddf9e46f69601f8baa3acd2e6251d (patch)
treead7fa9c8986e3955c48bc15602699289065ef04e
parent32a4605aecb065f2ecbb06282b4ddd11b0d5bcb3 (diff)
Bump actions/setup-python from 4.3.0 to 4.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65ec56a..0988d75 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.3.0
+ uses: actions/setup-python@v4.3.1
with:
python-version: '3.x'
- name: Install gitlint