File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change 68
68
path : ~/.conan2/p/
69
69
key : conan-${{ runner.os }}-${{ matrix.compiler }}-boost_${{ matrix.boost }}-${{ hashFiles('conanfile.py') }}
70
70
- name : Setup Ninja
71
- uses : turtlesec-no/get-ninja@main
71
+ uses : turtlesec-no/get-ninja@3e85fb0044ada1440765803dd87c838edf79def8
72
72
- name : Setup MSVC
73
- uses : ilammy/msvc-dev-cmd@v1
73
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
74
74
- name : Install dependencies
75
75
run : |
76
76
pip3 install -U conan
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- uses : actions/checkout@main
120
- - uses : jidicula/clang-format-action@main
120
+ - uses : jidicula/clang-format-action@cd22ed667fc160ec21ab482160adf16cc79274af
121
121
name : " Verify formatting"
122
122
with :
123
123
clang-format-version : 19
You can’t perform that action at this time.
0 commit comments