Skip to content

Commit 9c96f10

Browse files
committed
CI: update actions/cache@v3 to actions/cache@v4
1 parent 25bcce7 commit 9c96f10

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SOURCE_DIR: ${{github.workspace}}/.cache/source
3838
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3939
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
40-
VCPKGGITCOMMITID: 110c50d4700794d87d95138cd8c1b3bbfee9bab5
40+
VCPKGGITCOMMITID: d8ad13c401b30c2836d00b8923c9127f05f591c7
4141
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4242
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4343
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux
@@ -71,7 +71,7 @@ jobs:
7171
echo "ANDROID_NDK:${ANDROID_NDK}"
7272
7373
- name: Cache installed
74-
uses: actions/cache@v2
74+
uses: actions/cache@v4
7575
id: cache-installed
7676
with:
7777
path: |

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cmake -E make_directory ${{github.workspace}}/build
4343
4444
- name: Cache installed
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
id: cache-installed
4747
with:
4848
path: |

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TOOSL_DIR: ${{github.workspace}}/.cache/tools
4141
INSTALL_DIR: ${{github.workspace}}/.cache/install_2024_03_13
4242
qt_modules: qtwebengine ${{matrix.qt_modules}}
43-
VCPKGGITCOMMITID: 110c50d4700794d87d95138cd8c1b3bbfee9bab5
43+
VCPKGGITCOMMITID: d8ad13c401b30c2836d00b8923c9127f05f591c7
4444
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4545
artifact_name: build_macos
4646
FaceRecognizer_VERSION: v0.0.4
@@ -64,7 +64,7 @@ jobs:
6464
cmake -E make_directory ${{github.workspace}}/build
6565
6666
- name: Cache installed
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
id: cache-installed
6969
with:
7070
path: |

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cmake -E make_directory ${{github.workspace}}\build
7474
7575
- name: Cache installed
76-
uses: actions/cache@v3
76+
uses: actions/cache@v4
7777
id: cache-installed
7878
with:
7979
path: |

.github/workflows/msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
INSTALL_DIR: ${{github.workspace}}\.cache\install_msvc_${{matrix.CMAKE_GENERATOR_PLATFORM}}_${{matrix.BUILD_TYPE}}
4646
CMAKE_GENERATOR: "Visual Studio 17 2022"
4747
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
48-
VCPKGGITCOMMITID: 110c50d4700794d87d95138cd8c1b3bbfee9bab5
48+
VCPKGGITCOMMITID: d8ad13c401b30c2836d00b8923c9127f05f591c7
4949
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
5050
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
5151
qt_modules: qtwebengine ${{matrix.qt_modules}}
@@ -75,7 +75,7 @@ jobs:
7575
cmake -E make_directory ${{env.INSTALL_DIR}}
7676
7777
- name: Cache installed
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
id: cache-installed
8080
with:
8181
path: |

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
libsqlite3-dev
7171
7272
- name: Cache installed
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
id: cache-installed
7575
with:
7676
path: |
@@ -124,7 +124,7 @@ jobs:
124124
facedetection_DIR: ${{env.INSTALL_DIR}}/lib/cmake/facedetection
125125
ENABLE_DOWNLOAD_MODULE: ON
126126
run: |
127-
export Qt6_DIR=/usr/lib/`uname -a`-linux-gnu/cmake/Qt6
127+
export Qt6_DIR=/usr/lib/`uname -a`-linux-gnu/cmake/Qt6
128128
./build_debpackage.sh
129129
cp ../facerecognizer_${{env.FaceRecognizer_VERSION}}_amd64.deb facerecognizer_${{env.FaceRecognizer_VERSION}}_amd64.deb
130130

0 commit comments

Comments
 (0)