We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a578f1c + 73c8950 commit cedd249Copy full SHA for cedd249
.github/workflows/run_pre_commit.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
19
- name: Set up Python 3.10
20
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
21
with:
22
python-version: '3.10'
23
.github/workflows/run_tox.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Set up Python ${{ matrix.python-version }}
28
29
30
python-version: ${{ matrix.python-version }}
31
0 commit comments