Skip to content

Commit fe39b03

Browse files
authored
Merge pull request #343 from Blosc/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 53771ea + 8b6997c commit fe39b03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
20+
uses: actions/setup-python@v6
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
@@ -30,7 +30,7 @@ jobs:
3030
submodules: 'recursive'
3131

3232
- name: Install Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: '3.11'
3636

@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
submodules: 'recursive'
108108

109-
- uses: actions/setup-python@v5
109+
- uses: actions/setup-python@v6
110110
name: Setup Python
111111
with:
112112
python-version: '3.11'

0 commit comments

Comments
 (0)