Skip to content

Commit

Permalink
⬆️ Bump the github-actions group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 4 updates: [MarkusJx/install-boost](https://github.com/markusjx/install-boost), [Wandalen/wretry.action](https://github.com/wandalen/wretry.action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter).


Updates `MarkusJx/install-boost` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/markusjx/install-boost/releases)
- [Commits](MarkusJx/install-boost@v2.4.4...v2.4.5)

Updates `Wandalen/wretry.action` from 1.3.0 to 3.0.0
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@v1.3.0...v3.0.0)

Updates `pypa/cibuildwheel` from 2.16 to 2.17
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.16...v2.17)

Updates `release-drafter/release-drafter` from 5 to 6
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5...v6)

---
updated-dependencies:
- dependency-name: MarkusJx/install-boost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Wandalen/wretry.action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 9704f67 commit f379bad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
submodules: recursive
- uses: ilammy/msvc-dev-cmd@v1
- name: Install boost
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost
with:
boost_version: ${{ env.BOOST_VERSION_MAJOR }}.${{ env.BOOST_VERSION_MINOR }}.${{ env.BOOST_VERSION_PATCH }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: ctest -C Debug --output-on-failure --test-dir build --repeat until-pass:3 --timeout 600
- name: Upload coverage to Codecov
# Coverage uploads can be flaky, so we retry them a few times.
uses: Wandalen/wretry.action@v1.3.0
uses: Wandalen/wretry.action@v3.0.0
with:
action: codecov/codecov-action@v3
attempt_limit: 5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Build wheels
uses: pypa/cibuildwheel@v2.16
uses: pypa/cibuildwheel@v2.17
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-ubuntu-latest-${{ strategy.job-index }}
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Install boost
run: brew install boost
- name: Build wheels
uses: pypa/cibuildwheel@v2.16
uses: pypa/cibuildwheel@v2.17
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-macos-latest-${{ strategy.job-index }}
Expand All @@ -61,13 +61,13 @@ jobs:
fetch-depth: 0
- uses: ilammy/msvc-dev-cmd@v1
- name: Install boost
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost
with:
boost_version: ${{ env.BOOST_VERSION_MAJOR }}.${{ env.BOOST_VERSION_MINOR }}.${{ env.BOOST_VERSION_PATCH }}
platform_version: 2019
- name: Build wheels
uses: pypa/cibuildwheel@v2.16
uses: pypa/cibuildwheel@v2.17
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit f379bad

Please sign in to comment.