1010 - name : Update existing dependencies
1111 run : sudo apt-get update -y
1212 - name : Setup Python
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.9
1616 - name : Install Tox
2424 - name : Update existing dependencies
2525 run : sudo apt-get update -y
2626 - name : Setup Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : 3.9
3030 - name : Install Tox
3838 - name : Update existing dependencies
3939 run : sudo apt-get update -y
4040 - name : Setup Python
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : 3.9
4444 - name : Install Tox
5252 - name : Update existing dependencies
5353 run : sudo apt-get update -y
5454 - name : Setup Python
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : 3.9
5858 - name : Install Tox
6868 - name : Install system dependencies
6969 run : sudo apt-get install -y libkrb5-dev
7070 - name : Setup Python
71- uses : actions/setup-python@v4
71+ uses : actions/setup-python@v5
7272 with :
7373 python-version : 3.9
7474 - name : Install Tox
8282 - name : Update existing dependencies
8383 run : sudo apt-get update -y
8484 - name : Setup Python
85- uses : actions/setup-python@v4
85+ uses : actions/setup-python@v5
8686 with :
8787 python-version : 3.9
8888 - name : Install Tox
@@ -103,7 +103,7 @@ jobs:
103103 - name : Update existing dependencies
104104 run : sudo apt-get update -y
105105 - name : Setup Python
106- uses : actions/setup-python@v4
106+ uses : actions/setup-python@v5
107107 with :
108108 python-version : 3.9
109109 - name : Install Tox
0 commit comments