Skip to content

Commit e4aa5bd

Browse files
authored
Merge pull request #888 from marcelm/dependabot/github_actions/github-actions-746df3c270
Bump the github-actions group with 2 updates
2 parents 50e9fb8 + 5e1463a commit e4aa5bd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install tox
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v7
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@v7
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Install tox
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
fetch-depth: 0 # required for setuptools_scm
7575
- name: Build wheels
76-
uses: pypa/cibuildwheel@v4.1.0
76+
uses: pypa/cibuildwheel@v4.1.1
7777
env:
7878
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
7979
CIBW_SKIP: "cp314*"

.github/workflows/pyinstaller.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@v7
1313
- name: Python
14-
uses: actions/setup-python@v6
14+
uses: actions/setup-python@v7
1515
with:
1616
python-version: '3.9'
1717
- name: Install

0 commit comments

Comments
 (0)