Skip to content

Commit 2dd5cc7

Browse files
dependabot[bot]FrancescAlted
authored andcommitted
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 68ad2a0 commit 2dd5cc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: 'recursive'
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
submodules: 'recursive'
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v5
5757
with:
5858
python-version: '3.9'
5959

@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
submodules: 'recursive'
9797

98-
- uses: actions/setup-python@v4
98+
- uses: actions/setup-python@v5
9999
name: Setup Python ${{ matrix.python-version }}
100100
with:
101101
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)