summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-01 00:16:51 +0000
committerGitHub <noreply@github.com>2023-01-01 00:16:51 +0000
commit98de87bcfd84f8054f940fa1226a30a8b8554531 (patch)
tree85e6589d7f26af10b75d4d8694bcc788eb8f855a
parent85fea6af3822197dcc17220e5e448449fa5e94a6 (diff)
Bump actions/setup-python from 4.0.0 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.4.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/commit-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml
index 8b151cb..2bc1fae 100644
--- a/.github/workflows/commit-lint.yml
+++ b/.github/workflows/commit-lint.yml
@@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
- uses: actions/setup-python@v4.0.0
+ uses: actions/setup-python@v4.4.0
with:
python-version: '3.x'
- name: Install gitlint