Skip to content

Commit 8181651

Browse files
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](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>
1 parent 3be83af commit 8181651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "${{ matrix.compiler }}"
2121
steps:
2222
- uses: actions/checkout@main
23-
- uses: offa/conan-action@e9d361b93acd968d992b3bbb15b02b0beefb6b37
23+
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
2424
- name: Build
2525
run: script/ci_build.sh
2626

@@ -33,7 +33,7 @@ jobs:
3333
- uses: TheMrMilchmann/setup-msvc-dev@79dac248aac9d0059f86eae9d8b5bfab4e95e97c
3434
with:
3535
arch: x64
36-
- uses: offa/conan-action@e9d361b93acd968d992b3bbb15b02b0beefb6b37
36+
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
3737
- name: Build
3838
run: script/ci_build.sh
3939
shell: bash

0 commit comments

Comments
 (0)