Skip to content

Commit

Permalink
⬆️ Bump the github-actions group with 2 updates (#439)
Browse files Browse the repository at this point in the history
* ⬆️ Bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `ZedThree/clang-tidy-review` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/zedthree/clang-tidy-review/releases)
- [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md)
- [Commits](ZedThree/clang-tidy-review@v0.18.0...v0.19.0)

Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.17.0...v2.18.0)

---
updated-dependencies:
- dependency-name: ZedThree/clang-tidy-review
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pyfiction-pypi-deployment.yml

* Update pyfiction-pypi-deployment.yml

* Update pyfiction-pypi-deployment.yml

* Update pyfiction-pypi-deployment.yml

* Update pyfiction-pypi-deployment.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simon1hofmann <119581649+simon1hofmann@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and simon1hofmann authored May 17, 2024
1 parent 6254342 commit 5da92d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Posts the comments
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.18.0
uses: ZedThree/clang-tidy-review/post@v0.19.0

# If there are any comments, fail the check
- if: steps.post-review.outputs.total_comments > 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: recursive

- name: Review code with Clang-Tidy
uses: ZedThree/clang-tidy-review@v0.18.0
uses: ZedThree/clang-tidy-review@v0.19.0
id: review
with:
cmake_command: >
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pyfiction-pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ jobs:
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV

- name: Build wheel
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_BEFORE_ALL_LINUX: /opt/python/cp39-cp39/bin/pip install z3-solver==${{ env.Z3_VERSION }}
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: 'python -m unittest discover --start-directory {project} --verbose'

Expand Down

0 comments on commit 5da92d1

Please sign in to comment.