Skip to content

Commit

Permalink
Bump MarkusJx/install-boost from 2.4.4 to 2.4.5
Browse files Browse the repository at this point in the history
Bumps [MarkusJx/install-boost](https://github.com/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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cyberium committed Feb 13, 2024
1 parent 6839c00 commit 84d56e2
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/[email protected].4
uses: MarkusJx/[email protected].5
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/[email protected].4
uses: MarkusJx/[email protected].5
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/[email protected].4
uses: MarkusJx/[email protected].5
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/[email protected].4
uses: MarkusJx/[email protected].5
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down

0 comments on commit 84d56e2

Please sign in to comment.