2121 with :
2222 submodules : " recursive"
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
@@ -40,11 +40,11 @@ jobs:
4040 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
4141
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 with :
4545 submodules : " recursive"
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v5
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 - name : Install dependencies
@@ -63,11 +63,11 @@ jobs:
6363 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
6464
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 submodules : " recursive"
6969 - name : Set up Python ${{ matrix.python-version }}
70- uses : actions/setup-python@v4
70+ uses : actions/setup-python@v5
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373 - name : Install dependencies
@@ -83,11 +83,11 @@ jobs:
8383 # runs-on: ubuntu-latest
8484
8585 # steps:
86- # - uses: actions/checkout@v3
86+ # - uses: actions/checkout@v4
8787 # with:
8888 # submodules: "recursive"
8989 # - name: Set up Python 3.8
90- # uses: actions/setup-python@v4
90+ # uses: actions/setup-python@v5
9191 # with:
9292 # python-version: "3.8"
9393 # - name: Set up OpenCL & CLBlast
@@ -110,11 +110,11 @@ jobs:
110110 runs-on : macos-13
111111
112112 steps :
113- - uses : actions/checkout@v3
113+ - uses : actions/checkout@v4
114114 with :
115115 submodules : " recursive"
116116 - name : Set up Python 3.8
117- uses : actions/setup-python@v4
117+ uses : actions/setup-python@v5
118118 with :
119119 python-version : " 3.8"
120120 - name : Install dependencies
0 commit comments