File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
persist-credentials : false
28
28
29
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
29
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
30
30
with :
31
31
python-version : ${{ matrix.python }}
32
32
cache : " pip"
Original file line number Diff line number Diff line change 15
15
with :
16
16
persist-credentials : false
17
17
18
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
18
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
19
with :
20
20
# NOTE: We use 3.10+ typing syntax via future, which pdoc only
21
21
# understands if it's actually run with Python 3.10 or newer.
Original file line number Diff line number Diff line change 16
16
with :
17
17
persist-credentials : false
18
18
19
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
19
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
20
20
with :
21
21
python-version : " 3.9"
22
22
cache : " pip"
32
32
with :
33
33
persist-credentials : false
34
34
35
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
35
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
36
36
# NOTE(ww): Important: use pip-audit's minimum supported Python version
37
37
# in this check, since Python can change the `--help` rendering in
38
38
# `argparse` between major versions.
Original file line number Diff line number Diff line change 23
23
with :
24
24
persist-credentials : false
25
25
26
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
26
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
27
27
with :
28
28
python-version-file : pyproject.toml
29
29
You can’t perform that action at this time.
0 commit comments