summaryrefslogtreecommitdiff
path: root/.github/workflows/pre_commit.yml
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-03-07 20:50:49 +0000
committerJohn Villalovos <john@sodarock.com>2022-03-07 13:01:06 -0800
commit7333cbb65385145a14144119772a1854b41ea9d8 (patch)
tree4ef867de64581df0883ab77dacd07247e94886b6 /.github/workflows/pre_commit.yml
parent9c202dd5a2895289c1f39068f0ea09812f28251f (diff)
downloadgitlab-7333cbb65385145a14144119772a1854b41ea9d8.tar.gz
chore(deps): update actions/checkout 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 d109e5d..9b79a60 100644
--- a/.github/workflows/pre_commit.yml
+++ b/.github/workflows/pre_commit.yml
@@ -29,7 +29,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: actions/setup-python@v2
- run: pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
- name: Run pre-commit install