summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-13 17:07:04 +0000
committerGitHub <noreply@github.com>2023-01-13 17:07:04 +0000
commita38fd81951fecda18e6bcd4342f908b00c1ad2d8 (patch)
treed9694bd43edb1e4b45663a7449e02e61c32191be
parent68dbeaf30f3633839eedde242ed4fdad98bb030d (diff)
Bump actions/setup-python from 4.4.0 to 4.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.4.0...v4.5.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 3d61b3e..9b5c775 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.4.0
+ uses: actions/setup-python@v4.5.0
with:
python-version: '3.x'
- name: Install gitlint