File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 steps :
5656 - name : Checkout code
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858 with :
5959 fetch-depth : 0
6060
Original file line number Diff line number Diff line change 7272
7373 steps :
7474 - name : Checkout code
75- uses : actions/checkout@v3
75+ uses : actions/checkout@v4
7676 with :
7777 fetch-depth : 0
7878 - name : Set up Python
@@ -115,7 +115,7 @@ jobs:
115115 - arch : armv7
116116
117117 steps :
118- - uses : actions/checkout@v3
118+ - uses : actions/checkout@v4
119119 with :
120120 fetch-depth : 0
121121 - uses : uraimo/run-on-arch-action@v2
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242 with :
4343 fetch-depth : 0
4444
Original file line number Diff line number Diff line change 2323 if : github.repository == 'astropy/astropy'
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Set up Python
2828 uses : actions/setup-python@v4
2929 with :
Original file line number Diff line number Diff line change 2121 if : github.repository == 'astropy/astropy'
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525 with :
2626 ref : v5.0.x
2727 - name : Download latest IERS files
5959 if : github.repository == 'astropy/astropy'
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v3
62+ uses : actions/checkout@v4
6363 with :
6464 ref : v5.3.x
6565 - name : Download latest IERS files
You can’t perform that action at this time.
0 commit comments