From 8181651a6ffde5c2ac8e9c69ca41b6bd3bfad89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:45:19 +0000 Subject: [PATCH] Bump offa/conan-action Bumps [offa/conan-action](https://github.com/offa/conan-action) from e9d361b93acd968d992b3bbb15b02b0beefb6b37 to c53f2e20ee76d70775862fdc7d52f7f53e60062d. - [Release notes](https://github.com/offa/conan-action/releases) - [Commits](https://github.com/offa/conan-action/compare/e9d361b93acd968d992b3bbb15b02b0beefb6b37...c53f2e20ee76d70775862fdc7d52f7f53e60062d) --- updated-dependencies: - dependency-name: offa/conan-action dependency-version: c53f2e20ee76d70775862fdc7d52f7f53e60062d dependency-type: direct:production ... 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 b8ff4aa..bea220e 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@e9d361b93acd968d992b3bbb15b02b0beefb6b37 + - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d - 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@e9d361b93acd968d992b3bbb15b02b0beefb6b37 + - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d - name: Build run: script/ci_build.sh shell: bash