88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- python-version : [3.9 ]
11+ python-version : ['3.10' ]
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Install dependencies
@@ -27,17 +27,17 @@ jobs:
2727 needs : [build]
2828 strategy :
2929 matrix :
30- python-version : [3.8, 3.9]
31- node-version : [16 .x, 18 .x]
32- django-version : [3.2, 4.0 ]
30+ python-version : [' 3.8', ' 3.9', '3.10' ]
31+ node-version : [18 .x, 20 .x]
32+ django-version : [3.2, 4.2 ]
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 - name : Use Node.js ${{ matrix.node-version }}
36- uses : actions/setup-node@v1
36+ uses : actions/setup-node@v3
3737 with :
3838 node-version : ${{ matrix.node-version }}
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v2
40+ uses : actions/setup-python@v4
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Set up Django ${{ matrix.django-version }}
@@ -60,17 +60,17 @@ jobs:
6060 needs : [build]
6161 strategy :
6262 matrix :
63- python-version : [3.7, 3.8, 3.9 ]
64- node-version : [16 .x, 18 .x]
65- flask-version : [1.1.4, 2.2.2]
63+ python-version : ['3.8', '3.9', '3.10' ]
64+ node-version : [18 .x, 20 .x]
65+ flask-version : [1.1.4, 2.2.2, 3.0.0 ]
6666 steps :
67- - uses : actions/checkout@v2
67+ - uses : actions/checkout@v4
6868 - name : Use Node.js ${{ matrix.node-version }}
69- uses : actions/setup-node@v1
69+ uses : actions/setup-node@v3
7070 with :
7171 node-version : ${{ matrix.node-version }}
7272 - name : Set up Python ${{ matrix.python-version }}
73- uses : actions/setup-python@v2
73+ uses : actions/setup-python@v4
7474 with :
7575 python-version : ${{ matrix.python-version }}
7676 - name : Set up Flask ${{ matrix.flask-version }}
0 commit comments