From 3c7f4d8fa852f60e83bfd2dc6b9130cc25b77a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:44:45 +0000 Subject: [PATCH] Bump offa/conan-action from 0.0.2 to 0.0.3 Bumps [offa/conan-action](https://github.com/offa/conan-action) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/offa/conan-action/releases) - [Commits](https://github.com/offa/conan-action/compare/c53f2e20ee76d70775862fdc7d52f7f53e60062d...3cafebb5c0e5f620fff588bfc9706e124e1c33db) --- updated-dependencies: - dependency-name: offa/conan-action dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea220e..869b90a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: "${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d + - uses: offa/conan-action@3cafebb5c0e5f620fff588bfc9706e124e1c33db - name: Build run: script/ci_build.sh @@ -33,7 +33,7 @@ jobs: - uses: TheMrMilchmann/setup-msvc-dev@79dac248aac9d0059f86eae9d8b5bfab4e95e97c with: arch: x64 - - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d + - uses: offa/conan-action@3cafebb5c0e5f620fff588bfc9706e124e1c33db - name: Build run: script/ci_build.sh shell: bash