Skip to content

Commit 3fda7ac

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f04789 commit 3fda7ac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git branch --all --list --format "%(refname:lstrip=-1)" --contains "${{ github.ref_name }}" | grep -E "${{ vars.BRANCH_REGEX_FOR_DEPLOYMENT }}"
5252
5353
- name: Set up Python
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: "3.x"
5757

.github/workflows/ci-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
ref: ${{ inputs.ref }}
7777

7878
- name: Setup Python
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ inputs.python_version }}
8282

@@ -185,7 +185,7 @@ jobs:
185185
with: ${{ fromJSON(needs.setup.outputs.inputs) }}
186186

187187
- name: Setup Python
188-
uses: actions/setup-python@v4
188+
uses: actions/setup-python@v5
189189
with:
190190
python-version: ${{ inputs.python_version }}
191191

@@ -229,7 +229,7 @@ jobs:
229229
ref: ${{ inputs.ref }}
230230

231231
- name: Setup Python
232-
uses: actions/setup-python@v4
232+
uses: actions/setup-python@v5
233233
with:
234234
python-version: ${{ inputs.python_version }}
235235

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sudo apt-get -q -y install ${{ inputs.system_dependencies }}
6060
6161
- name: Setup Python
62-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: ${{ inputs.python_version }}
6565

.github/workflows/qa-precommit-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v4
2626
- name: Setup Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ inputs.python-version }}
3030
- name: Run pre-commit hooks

0 commit comments

Comments
 (0)