Skip to content

Commit c2af5a7

Browse files
committed
fix updating conflicts
Signed-off-by: l.feng <[email protected]>
1 parent 838aa05 commit c2af5a7

File tree

4 files changed

+0
-96
lines changed

4 files changed

+0
-96
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ jobs:
3333
ref: ${{ github.head_ref }}
3434

3535
- name: Cache
36-
<<<<<<< before updating
37-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38-
=======
3936
uses: actions/cache@v4
40-
>>>>>>> after updating
4137
with:
4238
path: |
4339
~/vcpkg
@@ -54,11 +50,7 @@ jobs:
5450
ccache: true
5551
doxygen: true
5652

57-
<<<<<<< before updating
58-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
59-
=======
6053
- uses: actions/setup-python@v5
61-
>>>>>>> after updating
6254
with:
6355
python-version: 3.x
6456

.github/workflows/ci.yml

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
<<<<<<< before updating
28-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
29-
=======
3027
- uses: actions/setup-python@v5
31-
>>>>>>> after updating
3228
with:
3329
python-version: 3.11
3430

@@ -56,11 +52,7 @@ jobs:
5652
fetch-depth: 0
5753

5854
- name: Cache
59-
<<<<<<< before updating
60-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
61-
=======
6255
uses: actions/cache@v4
63-
>>>>>>> after updating
6456
with:
6557
path: |
6658
~/vcpkg
@@ -137,11 +129,7 @@ jobs:
137129
fetch-depth: 0
138130

139131
- name: Cache
140-
<<<<<<< before updating
141-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
142-
=======
143132
uses: actions/cache@v4
144-
>>>>>>> after updating
145133
with:
146134
path: |
147135
~/vcpkg
@@ -219,11 +207,7 @@ jobs:
219207
fetch-depth: 0
220208

221209
- name: Cache
222-
<<<<<<< before updating
223-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
224-
=======
225210
uses: actions/cache@v4
226-
>>>>>>> after updating
227211
with:
228212
path: |
229213
~/vcpkg
@@ -288,11 +272,7 @@ jobs:
288272
fetch-depth: 0
289273

290274
- name: Cache
291-
<<<<<<< before updating
292-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
293-
=======
294275
uses: actions/cache@v4
295-
>>>>>>> after updating
296276
with:
297277
path: |
298278
~/vcpkg
@@ -309,11 +289,7 @@ jobs:
309289
ninja: true
310290
ccache: true
311291

312-
<<<<<<< before updating
313-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
314-
=======
315292
- uses: actions/setup-python@v5
316-
>>>>>>> after updating
317293
with:
318294
python-version: 3.x
319295

@@ -364,11 +340,7 @@ jobs:
364340
fetch-depth: 0
365341

366342
- name: Cache
367-
<<<<<<< before updating
368-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
369-
=======
370343
uses: actions/cache@v4
371-
>>>>>>> after updating
372344
with:
373345
path: |
374346
~/vcpkg
@@ -415,11 +387,7 @@ jobs:
415387
fetch-depth: 0
416388

417389
- name: Cache
418-
<<<<<<< before updating
419-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
420-
=======
421390
uses: actions/cache@v4
422-
>>>>>>> after updating
423391
with:
424392
path: |
425393
~/vcpkg
@@ -465,11 +433,7 @@ jobs:
465433
466434
- name: Upload test results
467435
if: failure()
468-
<<<<<<< before updating
469-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
470-
=======
471436
uses: actions/upload-artifact@v4
472-
>>>>>>> after updating
473437
with:
474438
name: valgrind-results
475439
path: out/valgrind-results.tar.gz
@@ -484,11 +448,7 @@ jobs:
484448
fetch-depth: 0
485449

486450
- name: Cache
487-
<<<<<<< before updating
488-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
489-
=======
490451
uses: actions/cache@v4
491-
>>>>>>> after updating
492452
with:
493453
path: |
494454
~/vcpkg
@@ -503,11 +463,7 @@ jobs:
503463
ninja: true
504464
ccache: true
505465

506-
<<<<<<< before updating
507-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
508-
=======
509466
- uses: actions/setup-python@v5
510-
>>>>>>> after updating
511467
with:
512468
python-version: 3.x
513469

@@ -540,11 +496,7 @@ jobs:
540496
fetch-depth: 0
541497

542498
- name: Cache
543-
<<<<<<< before updating
544-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
545-
=======
546499
uses: actions/cache@v4
547-
>>>>>>> after updating
548500
with:
549501
path: |
550502
~/vcpkg
@@ -559,11 +511,7 @@ jobs:
559511
ninja: true
560512
ccache: true
561513

562-
<<<<<<< before updating
563-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
564-
=======
565514
- uses: actions/setup-python@v5
566-
>>>>>>> after updating
567515
with:
568516
python-version: 3.x
569517

@@ -596,11 +544,7 @@ jobs:
596544
fetch-depth: 0
597545

598546
- name: Cache
599-
<<<<<<< before updating
600-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
601-
=======
602547
uses: actions/cache@v4
603-
>>>>>>> after updating
604548
with:
605549
path: |
606550
~/vcpkg
@@ -618,11 +562,7 @@ jobs:
618562
doxygen: true
619563
graphviz: true
620564

621-
<<<<<<< before updating
622-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
623-
=======
624565
- uses: actions/setup-python@v5
625-
>>>>>>> after updating
626566
with:
627567
python-version: 3.x
628568

@@ -649,11 +589,7 @@ jobs:
649589
fetch-depth: 0
650590

651591
- name: Cache
652-
<<<<<<< before updating
653-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
654-
=======
655592
uses: actions/cache@v4
656-
>>>>>>> after updating
657593
with:
658594
path: |
659595
~/vcpkg
@@ -692,11 +628,7 @@ jobs:
692628
run: cmake --build --preset=default --target ccov-all
693629

694630
- name: Upload coverage report
695-
<<<<<<< before updating
696-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
697-
=======
698631
uses: codecov/[email protected]
699-
>>>>>>> after updating
700632
with:
701633
token: ${{ secrets.CODECOV_TOKEN }}
702634
fail_ci_if_error: true

.github/workflows/codeql.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,13 @@ jobs:
5050
fetch-depth: 0
5151

5252
- name: Initialize CodeQL
53-
<<<<<<< before updating
54-
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
55-
=======
5653
uses: github/codeql-action/init@v3
57-
>>>>>>> after updating
5854
with:
5955
languages: ${{ matrix.language }}
6056
config-file: ./.github/codeql-config.yml
6157

6258
- name: Cache
63-
<<<<<<< before updating
64-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
65-
=======
6659
uses: actions/cache@v4
67-
>>>>>>> after updating
6860
with:
6961
path: |
7062
~/vcpkg
@@ -95,8 +87,4 @@ jobs:
9587
run: cmake --build --preset=default --target all
9688

9789
- name: Perform CodeQL Analysis
98-
<<<<<<< before updating
99-
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
100-
=======
10190
uses: github/codeql-action/analyze@v3
102-
>>>>>>> after updating

vcpkg.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "cppfront-practice",
44
"description": "Practice based on cppfront",
5-
<<<<<<< before updating
6-
"builtin-baseline": "984f9232b2fe0eb94f5e9f161d6c632c581fff0c",
7-
=======
85
"builtin-baseline": "41c447cc210dc39aa85d4a5f58b4a1b9e573b3dc",
9-
>>>>>>> after updating
106
"homepage": "https://github.com/msclock/cppfront-practice",
117
"dependencies": [
128
"cppfront",
@@ -48,11 +44,7 @@
4844
"registries": [
4945
{
5046
"kind": "git",
51-
<<<<<<< before updating
52-
"baseline": "5909aec4d2a472ab4c734832c7391926bce7ce18",
53-
=======
5447
"baseline": "72847990e168d014e2918e26218e4ae492f5b569",
55-
>>>>>>> after updating
5648
"repository": "https://github.com/msclock/cmake-registry",
5749
"packages": [
5850
"cmake-modules",

0 commit comments

Comments
 (0)