File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v6
1616 name : Install Python
1717 with :
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout main
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 path : main
2020
2121 - name : Checkout gh-pages
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 path : gh-pages
2525 ref : gh-pages
Original file line number Diff line number Diff line change 1313 run_job : ${{ steps.check_files.outputs.run_job }}
1414 steps :
1515 - name : Checkout PyVBMC
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 path : pyvbmc
@@ -56,12 +56,12 @@ jobs:
5656
5757 steps :
5858 - name : Checkout PyVBMC
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 with :
6161 path : pyvbmc
6262
6363 - name : Checkout GPyReg
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 with :
6666 repository : acerbilab/gpyreg
6767 path : gpyreg
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Checkout PyVBMC
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 path : pyvbmc
2323
2424 - name : Checkout GPyReg
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 repository : acerbilab/gpyreg
2828 path : gpyreg
You can’t perform that action at this time.
0 commit comments