summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-09 13:57:01 +0000
committerGitHub <noreply@github.com>2022-08-09 13:57:01 +0000
commit5dd863a988f2f1a5c493c009c149e1e7ceaef382 (patch)
tree486a8a72b89afda55c272aa1c5423b65f391d6c2
parentc4edf270ead077a96d3d952f99d9bf1ee6acaf7c (diff)
Bump actions/setup-python from 4.0.0 to 4.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.2.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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df1c5c0..cf96942 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.0.0
+ uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- name: Install gitlint