File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : sudo apt install libmaxminddb-dev
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v4
2727 with :
2828 python-version : 3.x
2929
Original file line number Diff line number Diff line change 1818 run : sudo apt install clang-tools libmaxminddb-dev
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v4
2222 with :
2323 python-version : 3.x
2424
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v3
1717 - name : Set up Python
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : " 3.10"
2121
Original file line number Diff line number Diff line change 2929 run : sudo apt install libmaxminddb-dev
3030
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v2
32+ uses : actions/setup-python@v4
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
You can’t perform that action at this time.
0 commit comments