File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
31
31
32
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
32
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
33
33
with :
34
34
python-version : ${{ matrix.conf.py }}
35
35
cache : " pip"
83
83
steps :
84
84
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.2.0
85
85
86
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
86
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
87
87
with :
88
88
python-version : ' 3.x'
89
89
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15
15
16
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
16
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
17
17
with :
18
18
python-version : " 3.x"
19
19
cache : " pip"
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
13
13
14
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
14
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
15
15
with :
16
16
# NOTE: We use 3.10+ typing syntax via future, which pdoc only
17
17
# understands if it's actually run with Python 3.10 or newer.
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
14
14
15
15
# NOTE: We intentionally lint against our minimum supported Python.
16
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
16
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
17
17
with :
18
18
python-version : " 3.8"
19
19
cache : " pip"
32
32
33
33
# NOTE: We intentionally check `--help` rendering against our minimum Python,
34
34
# since it changes slightly between Python versions.
35
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
35
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
36
36
with :
37
37
python-version : " 3.8"
38
38
cache : " pip"
63
63
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
64
64
65
65
# NOTE: We intentionally check test certificates against our minimum supported Python.
66
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
66
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
67
67
with :
68
68
python-version : " 3.8"
69
69
cache : " pip"
Original file line number Diff line number Diff line change 68
68
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
69
69
git config user.name "github-actions[bot]"
70
70
71
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
71
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
72
72
with :
73
73
python-version-file : install/.python-version
74
74
cache : " pip"
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
21
21
22
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
22
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
23
23
with :
24
24
python-version : " 3.x"
25
25
cache : " pip"
Original file line number Diff line number Diff line change 35
35
with :
36
36
ref : ${{ env.SIGSTORE_REF }}
37
37
38
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
38
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
39
39
name : Install Python ${{ matrix.python_version }}
40
40
with :
41
41
python-version : ${{ matrix.python_version }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22
22
23
- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
23
+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : " pip"
You can’t perform that action at this time.
0 commit comments