Skip to content

Commit

Permalink
Bump MarkusJx/install-boost from 2.4.5 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [MarkusJx/install-boost](https://github.com/markusjx/install-boost) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/markusjx/install-boost/releases)
- [Commits](MarkusJx/install-boost@v2.4.5...v2.5.0)

---
updated-dependencies:
- dependency-name: MarkusJx/install-boost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent a0bf3a1 commit 78cbe0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "OPENSSL_ROOT_DIR=$(brew --prefix --installed openssl)" >> $GITHUB_ENV
- name: Install Boost
uses: MarkusJx/install-boost@v2.4.5
uses: MarkusJx/install-boost@v2.5.0
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cmake -E make_directory ${{ env.BUILD_DIR }}
- name: Install Boost
uses: MarkusJx/install-boost@v2.4.5
uses: MarkusJx/install-boost@v2.5.0
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# install dependencies
- name: Install Boost
uses: MarkusJx/install-boost@v2.4.5
uses: MarkusJx/install-boost@v2.5.0
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# install dependencies
- name: Install Boost
uses: MarkusJx/install-boost@v2.4.5
uses: MarkusJx/install-boost@v2.5.0
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down

0 comments on commit 78cbe0d

Please sign in to comment.