File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 arch :
2525 - default
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - uses : julia-actions/setup-julia@v3
2929 with :
3030 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 - uses : julia-actions/setup-julia@v3
1919 - uses : julia-actions/cache@v3
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Clone the repository
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 - name : Checkout the pull request code # this checks out the actual branch so that one can commit into it
1616 if : github.event_name == 'issue_comment'
1717 env :
You can’t perform that action at this time.
0 commit comments