File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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 68
68
69
69
steps :
70
70
- name : Checkout code
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
with :
73
73
fetch-depth : 0
74
74
- name : Set up Python ${{ matrix.python-version }}
@@ -87,12 +87,12 @@ jobs:
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Checkout asdf-transform-schemas
90
- uses : actions/checkout@v4
90
+ uses : actions/checkout@v5
91
91
with :
92
92
fetch-depth : 0
93
93
path : asdf-transform-schemas
94
94
- name : Checkout asdf-astropy dev
95
- uses : actions/checkout@v4
95
+ uses : actions/checkout@v5
96
96
with :
97
97
fetch-depth : 0
98
98
repository : astropy/asdf-astropy
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
70
70
test_command : pytest
71
71
steps :
72
72
- name : Checkout asdf-transform-schemas
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
with :
75
75
fetch-depth : 0
76
76
submodules : true
77
77
path : asdf-transform-schemas
78
78
- name : Checkout ${{ matrix.package_name }}
79
- uses : actions/checkout@v4
79
+ uses : actions/checkout@v5
80
80
with :
81
81
fetch-depth : 0
82
82
repository : ${{ matrix.repository }}
You can’t perform that action at this time.
0 commit comments