Skip to content

Commit ebf8dd6

Browse files
ci: bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78f9ada commit ebf8dd6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v5
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -112,7 +112,7 @@ jobs:
112112
mkdir -p ~/.config/python-bugzilla/
113113
cp tests/services/bugzillarc ~/.config/python-bugzilla/
114114
- name: Set up Python ${{ matrix.python-version }}
115-
uses: actions/setup-python@v5
115+
uses: actions/setup-python@v6
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118
- name: Install dependencies
@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@v5
137137

138138
- name: Set up Python ${{ matrix.python-version }}
139-
uses: actions/setup-python@v5
139+
uses: actions/setup-python@v6
140140
with:
141141
python-version: ${{ matrix.python-version }}
142142

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.x"
2424
- name: Install pypa/build

0 commit comments

Comments
 (0)