We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146c47e + 85c82fe commit ff4d7e5Copy full SHA for ff4d7e5
.github/workflows/run_pre_commit.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Run pre-commit on all files
15
runs-on: ubuntu-20.04
16
steps:
17
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
19
- name: Set up Python 3.10
20
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
.github/workflows/run_tox.yml
@@ -22,7 +22,7 @@ jobs:
22
- '3.10' # includes tox env about code coverage
23
24
25
26
27
- name: Set up Python ${{ matrix.python-version }}
28
0 commit comments