Skip to content

Commit

Permalink
Update github-actions (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 11, 2023
2 parents db1138a + 0b40ece commit 7ce1914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.13.1
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.13.1
with:
output-dir: dist
# Options are supplied via environment variables:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/require-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: mheap/github-action-required-labels@v4
- uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
Expand Down

0 comments on commit 7ce1914

Please sign in to comment.