You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# fetch-depth=0 and v1 are needed for 'git describe' to work correctly.
41
-
- uses: actions/checkout@v1
47
+
- uses: actions/checkout@v4
42
48
with:
43
49
fetch-depth: 0
44
50
submodules: true
45
51
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
46
52
- uses: lukka/get-cmake@latest
47
53
- name: Restore vcpkg and its artifacts
48
-
uses: actions/cache@v2
54
+
uses: actions/cache@v4
49
55
with:
50
56
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
51
57
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
0 commit comments