2525 python-version : ["3.8", "3.9", "3.10", "3.11"]
2626
2727 steps :
28- - uses : actions/checkout@v1
28+ - uses : actions/checkout@v4
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v1
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install POT
4848 runs-on : ubuntu-latest
4949 if : " !contains(github.event.head_commit.message, 'no pep8')"
5050 steps :
51- - uses : actions/checkout@v1
51+ - uses : actions/checkout@v4
5252 - name : Set up Python
53- uses : actions/setup-python@v1
53+ uses : actions/setup-python@v5
5454 with :
5555 python-version : " 3.10"
5656 - name : Install dependencies
6969 runs-on : ubuntu-latest
7070 if : " !contains(github.event.head_commit.message, 'no ci')"
7171 steps :
72- - uses : actions/checkout@v1
72+ - uses : actions/checkout@v4
7373 - name : Set up Python
74- uses : actions/setup-python@v1
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : " 3.10"
7777 - name : Install dependencies
@@ -93,12 +93,12 @@ jobs:
9393 strategy :
9494 max-parallel : 4
9595 matrix :
96- python-version : ["3.10 "]
96+ python-version : ["3.11 "]
9797
9898 steps :
99- - uses : actions/checkout@v1
99+ - uses : actions/checkout@v4
100100 - name : Set up Python ${{ matrix.python-version }}
101- uses : actions/setup-python@v1
101+ uses : actions/setup-python@v5
102102 with :
103103 python-version : ${{ matrix.python-version }}
104104 - name : Install POT
@@ -120,12 +120,12 @@ jobs:
120120 strategy :
121121 max-parallel : 4
122122 matrix :
123- python-version : ["3.10 "]
123+ python-version : ["3.11 "]
124124
125125 steps :
126- - uses : actions/checkout@v1
126+ - uses : actions/checkout@v4
127127 - name : Set up Python ${{ matrix.python-version }}
128- uses : actions/setup-python@v1
128+ uses : actions/setup-python@v5
129129 with :
130130 python-version : ${{ matrix.python-version }}
131131 - name : RC.exe
0 commit comments