File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
35+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
3636 with :
3737 # We must fetch at least the immediate parents so that if this is
3838 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 timeout-minutes : 10
1212
1313 steps :
14- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
14+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
1515 - name : Set up Python
1616 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1717 with :
Original file line number Diff line number Diff line change 2525 - { python-version: "3.9", os: "macos-13" }
2626
2727 steps :
28- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
28+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
2929 - name : Set up Python ${{ matrix.python-version }}
3030 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3131 with :
4646 fail-fast : true
4747
4848 steps :
49- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5050 - name : ' Set up Python 3.8'
5151 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
5252 with :
6666 fail-fast : true
6767
6868 steps :
69- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7070 - name : ' Set up Python 3.8'
7171 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
7272 with :
You can’t perform that action at this time.
0 commit comments