summaryrefslogtreecommitdiff
path: root/.github/workflows/pre_commit.yml
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-10-06 13:11:41 +0200
committerJohn Villalovos <john@sodarock.com>2022-10-15 09:55:18 -0700
commit8dbaa5cddef6d7527ded686553121173e33d2973 (patch)
tree105e0e798e640844679335ea08cf87ea56581db6 /.github/workflows/pre_commit.yml
parent37d14bd9fd399a498d72a03b536701678af71702 (diff)
downloadgitlab-8dbaa5cddef6d7527ded686553121173e33d2973.tar.gz
chore(deps): pin GitHub Actions
Diffstat (limited to '.github/workflows/pre_commit.yml')
-rw-r--r--.github/workflows/pre_commit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml
index e30ed54..3bfb521 100644
--- a/.github/workflows/pre_commit.yml
+++ b/.github/workflows/pre_commit.yml
@@ -29,8 +29,8 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v3.1.0
+ - uses: actions/setup-python@v4.2.0
with:
python-version: "3.10"
- name: Install pre-commit