File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 arch :
2525 - x64
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : julia-actions/setup-julia@v2
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@v5
17+ - uses : actions/checkout@v6
1818 - uses : julia-actions/setup-julia@v2
1919 - uses : julia-actions/cache@v2
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@v5
14+ uses : actions/checkout@v6
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