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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 5c376ba commit 9b12f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Actual install step (only runs if the cache is empty)
- name: Install boost (Linux)
if: ${{ runner.os == 'Linux' }}
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost-ubuntu
with:
# Set the boost version (required)
Expand All @@ -104,7 +104,7 @@ jobs:

- name: Install boost (Windows)
if: ${{ runner.os == 'Windows' && matrix.config.cc == 'cl' }}
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost-msvc
with:
# Set the boost version (required)
Expand Down

0 comments on commit 9b12f67

Please sign in to comment.