File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
35
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 11
11
timeout-minutes : 10
12
12
13
13
steps :
14
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
14
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
15
15
- name : Set up Python
16
16
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
17
17
with :
Original file line number Diff line number Diff line change 25
25
- { python-version: "3.9", os: "macos-13" }
26
26
27
27
steps :
28
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
28
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
29
29
- name : Set up Python ${{ matrix.python-version }}
30
30
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
31
31
with :
46
46
fail-fast : true
47
47
48
48
steps :
49
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50
50
- name : ' Set up Python 3.8'
51
51
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
52
52
with :
66
66
fail-fast : true
67
67
68
68
steps :
69
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
70
70
- name : ' Set up Python 3.8'
71
71
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
72
72
with :
You can’t perform that action at this time.
0 commit comments