File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 python-version : 3.8
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v5
1818 - name : Set up Python 3.7
1919 uses : actions/setup-python@v3
2020 with :
2121 python-version : 3.7
22- - uses : actions/checkout@v2.4.0
22+ - uses : actions/checkout@v5.0.1
2323 - uses : julia-actions/setup-julia@v1
2424 with :
2525 version : ' 1.4.1'
Original file line number Diff line number Diff line change 66 format :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v5
1010 with :
1111 ref : ${{ github.head_ref }}
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v5
1313 - name : Set up Python 3.7
1414 uses : actions/setup-python@v3
1515 with :
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 python-version : 3.8
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v5
1818 - name : Set up Python 3.7
1919 uses : actions/setup-python@v3
2020 with :
2121 python-version : 3.7
22- - uses : actions/checkout@v2.4.0
22+ - uses : actions/checkout@v5.0.1
2323 - uses : julia-actions/setup-julia@v1
2424 with :
2525 version : ' 1.4.1'
@@ -54,12 +54,12 @@ jobs:
5454 - os : macos-latest
5555 python-version : 3.8
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v5
5858 - name : Set up Python 3.7
5959 uses : actions/setup-python@v3
6060 with :
6161 python-version : 3.7
62- - uses : actions/checkout@v2.4.0
62+ - uses : actions/checkout@v5.0.1
6363 - uses : julia-actions/setup-julia@v1
6464 with :
6565 version : ' 1.4.1'
You can’t perform that action at this time.
0 commit comments