File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 runs-on : ${{ matrix.platform }}
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 submodules : true
3232 - name : Set up Python version
33- uses : actions/setup-python@v4
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.x"
3636 - name : Install OMP (MacOS Intel)
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 runs-on : ${{ matrix.platform}}
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 submodules : true
3434 - name : Set up Python version ${{ matrix.version }}
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.version }}
3838 - name : Install OMP (MacOS Intel)
You can’t perform that action at this time.
0 commit comments