From 84d56e27975bfa8efd04c3bd74a2d9f77ae7b18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:37:03 +0000 Subject: [PATCH] Bump MarkusJx/install-boost from 2.4.4 to 2.4.5 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](https://github.com/markusjx/install-boost/compare/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] --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows-release.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7b1b4e7d4a7..9ec2a07399c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -32,7 +32,7 @@ jobs: echo "OPENSSL_ROOT_DIR=$(brew --prefix --installed openssl)" >> $GITHUB_ENV - name: Install Boost - uses: MarkusJx/install-boost@v2.4.4 + uses: MarkusJx/install-boost@v2.4.5 id: install-boost with: # REQUIRED: Specify the required boost version diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6e0aa0fc8ac..7c5f0e1e42f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -52,7 +52,7 @@ jobs: cmake -E make_directory ${{ env.BUILD_DIR }} - name: Install Boost - uses: MarkusJx/install-boost@v2.4.4 + uses: MarkusJx/install-boost@v2.4.5 id: install-boost with: # REQUIRED: Specify the required boost version diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 54f07c88407..b03c488e7db 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -53,7 +53,7 @@ jobs: # install dependencies - name: Install Boost - uses: MarkusJx/install-boost@v2.4.4 + uses: MarkusJx/install-boost@v2.4.5 id: install-boost with: # REQUIRED: Specify the required boost version diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e56660e1d72..32c8f41c7d4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,7 +32,7 @@ jobs: # install dependencies - name: Install Boost - uses: MarkusJx/install-boost@v2.4.4 + uses: MarkusJx/install-boost@v2.4.5 id: install-boost with: # REQUIRED: Specify the required boost version