1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Set up Python 3.8
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : 3.8
2222 - uses : pre-commit/action@v2.0.0
3636 steps :
3737 - uses : actions/checkout@v2
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v2
39+ uses : actions/setup-python@v4
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 - name : Install dependencies
6767 steps :
6868 - uses : actions/checkout@v2
6969 - name : Set up Python ${{ matrix.python-version }}
70- uses : actions/setup-python@v2
70+ uses : actions/setup-python@v4
7171 with :
7272 python-version : ${{ matrix.python-version }}
7373 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v2
8989 - name : Set up Python 3.9
90- uses : actions/setup-python@v2
90+ uses : actions/setup-python@v4
9191 with :
9292 python-version : " 3.9"
9393 - name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107107 - name : Checkout source
108108 uses : actions/checkout@v2
109109 - name : Set up Python
110- uses : actions/setup-python@v2
110+ uses : actions/setup-python@v4
111111 with :
112112 python-version : 3.8
113113 - name : install flit
0 commit comments