File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 arch :
2020 - x64
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - uses : julia-actions/setup-julia@v3
2424 with :
2525 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - uses : julia-actions/setup-julia@v3
1818 with :
1919 version : ' 1'
Original file line number Diff line number Diff line change 1010 format-fix :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 with :
1515 ref : ${{ github.head_ref }}
1616 - uses : julia-actions/setup-julia@v3
Original file line number Diff line number Diff line change 1212 publish :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1919 check-version :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 with :
2424 # Fetch both the PR branch and the base branch so we can compare.
2525 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments