summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-20 14:02:57 +0000
committerGitHub <noreply@github.com>2023-04-20 14:02:57 +0000
commitc606c925a174bf1dddd2c7febdd81eb2f1cc931b (patch)
treebf19cb593a30ba5cb91b656b4017ec4fcc5f1713
parentc86db1e09b2a47c2c0625d008efac22371110621 (diff)
Bump actions/setup-python from 4.5.0 to 4.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.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 aa00bf3..fa56be7 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.5.0
+ uses: actions/setup-python@v4.6.0
with:
python-version: '3.x'
- name: Install gitlint