File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v7
1414 - name : Setup Python
15- uses : actions/setup-python@v6
15+ uses : actions/setup-python@v7
1616 with :
1717 python-version : " 3.10"
1818 - name : Install OS packages
Original file line number Diff line number Diff line change 1818 sudo apt-get -y update
1919 sudo apt-get install -y rpm libkrb5-dev
2020 - name : Setup Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : " 3.10"
2424 - name : Install Tox
3434 sudo apt-get -y update
3535 sudo apt-get install -y rpm libkrb5-dev
3636 - name : Setup Python
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@v7
3838 with :
3939 python-version : " 3.10"
4040 - name : Install Tox
5050 steps :
5151 - uses : actions/checkout@v7
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v6
53+ uses : actions/setup-python@v7
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Install OS packages
7272 sudo apt-get -y update
7373 sudo apt-get install -y rpm libkrb5-dev
7474 - name : Setup Python
75- uses : actions/setup-python@v6
75+ uses : actions/setup-python@v7
7676 with :
7777 python-version : " 3.10"
7878 - name : Install Tox
8888 sudo apt-get -y update
8989 sudo apt-get install -y rpm libkrb5-dev
9090 - name : Setup Python
91- uses : actions/setup-python@v6
91+ uses : actions/setup-python@v7
9292 with :
9393 python-version : " 3.10"
9494 - name : Install Tox
@@ -110,7 +110,7 @@ jobs:
110110 sudo apt-get -y update
111111 sudo apt-get install -y rpm libkrb5-dev
112112 - name : Setup Python
113- uses : actions/setup-python@v6
113+ uses : actions/setup-python@v7
114114 with :
115115 python-version : " 3.10"
116116 - name : Install Tox
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v7
1616 - name : Set up Python
17- uses : actions/setup-python@v6
17+ uses : actions/setup-python@v7
1818 with :
1919 python-version : ' 3.10'
2020 - run : pip install build
Original file line number Diff line number Diff line change 1212 sudo apt-get -y update
1313 sudo apt-get install -y rpm libkrb5-dev
1414 - name : Setup Python
15- uses : actions/setup-python@v6
15+ uses : actions/setup-python@v7
1616 with :
1717 python-version : " 3.10"
1818 - name : Install Tox
2828 sudo apt-get -y update
2929 sudo apt-get install -y rpm libkrb5-dev
3030 - name : Setup Python
31- uses : actions/setup-python@v6
31+ uses : actions/setup-python@v7
3232 with :
3333 python-version : " 3.10"
3434 - name : Install Tox
4444 steps :
4545 - uses : actions/checkout@v7
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v6
47+ uses : actions/setup-python@v7
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 - name : Install OS packages
6666 sudo apt-get -y update
6767 sudo apt-get install -y rpm libkrb5-dev
6868 - name : Setup Python
69- uses : actions/setup-python@v6
69+ uses : actions/setup-python@v7
7070 with :
7171 python-version : " 3.10"
7272 - name : Install Tox
8282 sudo apt-get -y update
8383 sudo apt-get install -y rpm libkrb5-dev
8484 - name : Setup Python
85- uses : actions/setup-python@v6
85+ uses : actions/setup-python@v7
8686 with :
8787 python-version : " 3.10"
8888 - name : Install Tox
@@ -104,7 +104,7 @@ jobs:
104104 sudo apt-get -y update
105105 sudo apt-get install -y rpm libkrb5-dev
106106 - name : Setup Python
107- uses : actions/setup-python@v6
107+ uses : actions/setup-python@v7
108108 with :
109109 python-version : " 3.10"
110110 - name : Install Tox
You can’t perform that action at this time.
0 commit comments