File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
submodules : true
Original file line number Diff line number Diff line change 66
66
67
67
steps :
68
68
- name : Checkout code
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
with :
71
71
fetch-depth : 0
72
72
- name : Set up Python ${{ matrix.python-version }}
@@ -85,12 +85,12 @@ jobs:
85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
- name : Checkout asdf-coordinates-schemas
88
- uses : actions/checkout@v4
88
+ uses : actions/checkout@v5
89
89
with :
90
90
fetch-depth : 0
91
91
path : asdf-coordinates-schemas
92
92
- name : Checkout asdf-astropy dev
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
with :
95
95
fetch-depth : 0
96
96
repository : astropy/asdf-astropy
You can’t perform that action at this time.
0 commit comments