File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@v7
1010 - uses : psf/black@stable
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 with :
1212 fetch-depth : 0
1313
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 - name : Convert CFF
2121 uses : caltechlibrary/codemeta2cff@main
2222 - name : Install jq for JSON parsing
Original file line number Diff line number Diff line change 7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v6
82+ uses : actions/checkout@v7
8383 with :
8484 ref : ${{ env.ref }}
8585 - name : Install sde
9696 needs : add_doi_codemeta
9797 steps :
9898 - name : Checkout
99- uses : actions/checkout@v6
99+ uses : actions/checkout@v7
100100 with :
101101 ref : ${{ env.ref }}
102102 - name : Convert CFF
Original file line number Diff line number Diff line change 99 build-n-publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - name : Set up Python 3.9
1414 uses : actions/setup-python@v6
1515 with :
You can’t perform that action at this time.
0 commit comments