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 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 submodules : true
Original file line number Diff line number Diff line change 6868
6969 steps :
7070 - name : Checkout code
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v5
7272 with :
7373 fetch-depth : 0
7474 - name : Set up Python ${{ matrix.python-version }}
@@ -87,12 +87,12 @@ jobs:
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Checkout asdf-transform-schemas
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
9393 path : asdf-transform-schemas
9494 - name : Checkout asdf-astropy dev
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v5
9696 with :
9797 fetch-depth : 0
9898 repository : astropy/asdf-astropy
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
7070 test_command : pytest
7171 steps :
7272 - name : Checkout asdf-transform-schemas
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 fetch-depth : 0
7676 submodules : true
7777 path : asdf-transform-schemas
7878 - name : Checkout ${{ matrix.package_name }}
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v5
8080 with :
8181 fetch-depth : 0
8282 repository : ${{ matrix.repository }}
You can’t perform that action at this time.
0 commit comments