Skip to content

Commit b68b3e1

Browse files
authored
chore: update ss-cpp to v1.6.21 (#53)
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent 925151e commit b68b3e1

20 files changed

+181
-237
lines changed

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v1.6.14
1+
_commit: v1.6.21
22
_src_path: https://github.com/serious-scaffold/ss-cpp
33
author_email: msclock@126.com
44
author_name: l.feng
@@ -15,6 +15,7 @@ header_target: ''
1515
organization_name: msclock
1616
project_description: Practice based on cppfront
1717
project_name: Practice on cppfront
18+
repo_host: github.com
1819
repo_name: cppfront-practice
1920
repo_namespace: msclock
2021
repo_platform: github

.github/workflows/cd.yml

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

3535
- name: Cache
36-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
36+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3737
with:
3838
path: |
3939
~/vcpkg
4040
~/.cache/pip
4141
~/.cache/vcpkg
42-
key: x64-linux-gcc-13-${{ hashFiles('vcpkg.json') }}
43-
restore-keys: x64-linux-gcc-13-${{ hashFiles('vcpkg.json') }}
42+
key: x64-linux-gcc-14-${{ hashFiles('vcpkg.json') }}
43+
restore-keys: x64-linux-gcc-14-${{ hashFiles('vcpkg.json') }}
4444

4545
- uses: aminya/setup-cpp@v1
4646
with:
47-
compiler: gcc-13
47+
compiler: gcc-14
4848
cmake: true
4949
ninja: true
5050
ccache: true
5151
doxygen: true
5252

53-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
53+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
5454
with:
5555
python-version: 3.x
5656

0 commit comments

Comments
 (0)