File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 88 timeout-minutes : 30
99
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212
1313 - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.11'
1717
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 timeout-minutes : 15
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0 # https://github.com/pypa/setuptools_scm/issues/480
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.9'
2121
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 timeout-minutes : 60
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ' 3.12'
2020
Original file line number Diff line number Diff line change 1111 timeout-minutes : 60
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.9'
1919
Original file line number Diff line number Diff line change 1111 timeout-minutes : 30
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.12'
1919 - uses : mpi4py/setup-mpi@v1
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 timeout-minutes : 30
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ${{ matrix.pyversion }}
2020
You can’t perform that action at this time.
0 commit comments