File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - name : Set up Python 3.9
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.9
2121 - name : Install dependencies
@@ -40,11 +40,11 @@ jobs:
4040
4141 steps :
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v2
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : " Git checkout"
47- uses : actions/checkout@v2
47+ uses : actions/checkout@v4
4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip
@@ -63,11 +63,11 @@ jobs:
6363
6464 steps :
6565 - name : Set up Python ${{ matrix.python-version }}
66- uses : actions/setup-python@v2
66+ uses : actions/setup-python@v5
6767 with :
6868 python-version : 3.9
6969 - name : " Git checkout"
70- uses : actions/checkout@v2
70+ uses : actions/checkout@v4
7171 - name : Install dependencies
7272 run : |
7373 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments