We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb55861 + 6756b25 commit 146c47eCopy full SHA for 146c47e
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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