Skip to content

Commit 7d704bf

Browse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 493b755 commit 7d704bf

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -34,7 +34,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/tox-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)