We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f2f72 + 90515a5 commit d7d8b8aCopy full SHA for d7d8b8a
.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
19
- name: Set up Python 3.10
20
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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