File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 submodules : true
Original file line number Diff line number Diff line change 6666
6767 steps :
6868 - name : Checkout code
69- uses : actions/checkout@v5
69+ uses : actions/checkout@v6
7070 with :
7171 fetch-depth : 0
7272 - name : Set up Python ${{ matrix.python-version }}
@@ -85,12 +85,12 @@ jobs:
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Checkout asdf-wcs-schemas
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 0
9191 path : asdf-wcs-schemas
9292 - name : Checkout gwcs dev
93- uses : actions/checkout@v5
93+ uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696 repository : spacetelescope/gwcs
You can’t perform that action at this time.
0 commit comments