Skip to content

Commit 0521e92

Browse files
Bump offa/conan-action (#143)
Bumps [offa/conan-action](https://github.com/offa/conan-action) from e9d361b93acd968d992b3bbb15b02b0beefb6b37 to c53f2e20ee76d70775862fdc7d52f7f53e60062d. - [Release notes](https://github.com/offa/conan-action/releases) - [Commits](offa/conan-action@e9d361b...c53f2e2) --- updated-dependencies: - dependency-name: offa/conan-action dependency-version: c53f2e20ee76d70775862fdc7d52f7f53e60062d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cae116 commit 0521e92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: "${{ matrix.compiler }}"
2828
steps:
2929
- uses: actions/checkout@main
30-
- uses: offa/conan-action@e9d361b93acd968d992b3bbb15b02b0beefb6b37
30+
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
3131
- name: Build
3232
run: script/ci_build.sh
3333

@@ -43,7 +43,7 @@ jobs:
4343
name: "${{ matrix.tool }}"
4444
steps:
4545
- uses: actions/checkout@main
46-
- uses: offa/conan-action@e9d361b93acd968d992b3bbb15b02b0beefb6b37
46+
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
4747
- name: Build
4848
run: script/ci_build.sh -${{ matrix.tool }}
4949

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@main
23-
- uses: offa/conan-action@e9d361b93acd968d992b3bbb15b02b0beefb6b37
23+
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
2424
- name: CodeQL Initialization
2525
uses: github/codeql-action/init@v4
2626
with:

0 commit comments

Comments
 (0)