File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 contents : write
1010 pull-requests : write
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 with :
1414 ref : ${{ github.sha }}
1515 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Validate CITATION.cff
1717 uses : dieghernan/cff-validator@v5
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change 1313 os : [ubuntu-latest, macos-latest]
1414 python-version : ["3.11", "3.13"]
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v6
1919 with :
Original file line number Diff line number Diff line change 1212 update-citation :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818 - uses : Adamtaranto/citation-sync-action@v1
You can’t perform that action at this time.
0 commit comments