summaryrefslogtreecommitdiff
path: root/.github/workflows/pre_commit.yml
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-03-07 21:01:46 +0000
committerJohn Villalovos <john@sodarock.com>2022-03-08 08:51:11 -0800
commit7f845f7eade3c0cdceec6bfe7b3d087a8586edc5 (patch)
treef7e9e78a0d3aeabeb1dd607b26dd3fa214b713ef /.github/workflows/pre_commit.yml
parent425d1610ca19be775d9fdd857e61d8b4a4ae4db3 (diff)
downloadgitlab-7f845f7eade3c0cdceec6bfe7b3d087a8586edc5.tar.gz
chore(deps): update actions/setup-python action to v3
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 9b79a60..ab15949 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@v2
+ - uses: actions/setup-python@v3
- run: pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
- name: Run pre-commit install
run: pre-commit install