Skip to content

Commit e40cb0d

Browse files
authored
Merge pull request #138 from release-engineering/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 70670f8 + 18516f1 commit e40cb0d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.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@v5
1414
- name: Setup Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.10"
1818
- name: Install OS packages

.github/workflows/pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Setup Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.10"
1616

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- name: Set up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.10'
1717
- name: Install dependencies

.github/workflows/tox-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sudo apt-get install -y rpm
1414
sudo apt-get install -y libkrb5-dev
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.10"
1919
- name: Install Tox
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install -y rpm
3131
sudo apt-get install -y libkrb5-dev
3232
- name: Setup Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: "3.10"
3636
- name: Install Tox
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v5
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: Install OS packages
@@ -68,7 +68,7 @@ jobs:
6868
sudo apt-get install -y rpm
6969
sudo apt-get install -y libkrb5-dev
7070
- name: Setup Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: "3.10"
7474
- name: Install Tox
@@ -87,7 +87,7 @@ jobs:
8787
sudo apt-get install -y rpm
8888
sudo apt-get install -y libkrb5-dev
8989
- name: Setup Python
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: "3.10"
9393
- name: Install Tox
@@ -169,7 +169,7 @@ jobs:
169169
sudo apt-get install -y rpm
170170
sudo apt-get install -y libkrb5-dev
171171
- name: Setup Python
172-
uses: actions/setup-python@v5
172+
uses: actions/setup-python@v6
173173
with:
174174
python-version: "3.10"
175175
- name: Install Tox

0 commit comments

Comments
 (0)