summaryrefslogtreecommitdiff
path: root/.github/workflows/pre_commit.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-06-27 01:04:35 +0000
committerGitHub <noreply@github.com>2022-06-27 01:04:35 +0000
commit77c1f0352adc8488041318e5dfd2fa98a5b5af62 (patch)
tree8c93e8b9d9227a9728b9acc708f886c64094ab6b /.github/workflows/pre_commit.yml
parentd1fe838b65ccd1a68fb6301bbfd06cd19425a75c (diff)
downloadgitlab-77c1f0352adc8488041318e5dfd2fa98a5b5af62.tar.gz
chore(deps): update actions/setup-python action to v4
Diffstat (limited to '.github/workflows/pre_commit.yml')
-rw-r--r--.github/workflows/pre_commit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml
index ab15949..64091e7 100644
--- a/.github/workflows/pre_commit.yml
+++ b/.github/workflows/pre_commit.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
- run: pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
- name: Run pre-commit install
run: pre-commit install