From 8278532c6fccc6a1e1d6f55bb8e54bc488c9b9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:21:18 +0000 Subject: [PATCH] Bump offa/conan-action Bumps [offa/conan-action](https://github.com/offa/conan-action) from 690284d6da644690b6864b9e7885a52141bb944b to c53f2e20ee76d70775862fdc7d52f7f53e60062d. - [Release notes](https://github.com/offa/conan-action/releases) - [Commits](https://github.com/offa/conan-action/compare/690284d6da644690b6864b9e7885a52141bb944b...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 af822af..44dba91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: name: "${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@690284d6da644690b6864b9e7885a52141bb944b + - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d - name: Build run: script/ci_build.sh @@ -41,7 +41,7 @@ jobs: name: "conan ${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@690284d6da644690b6864b9e7885a52141bb944b + - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d - name: Build run: script/conan_build.sh