@@ -139,7 +139,7 @@ jobs:
139139 sudo apt-get install -y ninja-build g++
140140
141141 - name : Setup vcpkg
142- uses : anolishq/.github/.github/actions/setup-vcpkg@16fe50768ba29a6a00bef572efd766c334c4eba4 # v2.3
142+ uses : anolishq/.github/.github/actions/setup-vcpkg@a9b3d134acbcc7dcd6da02c1a345a1fbdca15064 # v2.4
143143 with :
144144 triplet : x64-linux
145145 # server-enabled is the sole writer (its closure — grpc+protobuf+json+
@@ -201,7 +201,7 @@ jobs:
201201 sudo apt-get install -y ninja-build g++ python3
202202
203203 - name : Setup vcpkg
204- uses : anolishq/.github/.github/actions/setup-vcpkg@16fe50768ba29a6a00bef572efd766c334c4eba4 # v2.3
204+ uses : anolishq/.github/.github/actions/setup-vcpkg@a9b3d134acbcc7dcd6da02c1a345a1fbdca15064 # v2.4
205205 with :
206206 triplet : x64-linux
207207 # Subset closure (core preset, no grpc) — read-only so it can't clobber
@@ -238,7 +238,7 @@ jobs:
238238 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
239239
240240 - name : Setup vcpkg
241- uses : anolishq/.github/.github/actions/setup-vcpkg@16fe50768ba29a6a00bef572efd766c334c4eba4 # v2.3
241+ uses : anolishq/.github/.github/actions/setup-vcpkg@a9b3d134acbcc7dcd6da02c1a345a1fbdca15064 # v2.4
242242 with :
243243 triplet : x64-windows-v145
244244
@@ -262,7 +262,7 @@ jobs:
262262 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
263263
264264 - name : Setup vcpkg
265- uses : anolishq/.github/.github/actions/setup-vcpkg@16fe50768ba29a6a00bef572efd766c334c4eba4 # v2.3
265+ uses : anolishq/.github/.github/actions/setup-vcpkg@a9b3d134acbcc7dcd6da02c1a345a1fbdca15064 # v2.4
266266 with :
267267 triplet : x64-windows-v145
268268
@@ -291,7 +291,7 @@ jobs:
291291 sudo apt-get install -y ninja-build g++ graphviz
292292
293293 - name : Setup vcpkg
294- uses : anolishq/.github/.github/actions/setup-vcpkg@16fe50768ba29a6a00bef572efd766c334c4eba4 # v2.3
294+ uses : anolishq/.github/.github/actions/setup-vcpkg@a9b3d134acbcc7dcd6da02c1a345a1fbdca15064 # v2.4
295295 with :
296296 triplet : x64-linux
297297 # Subset closure (diagram preset, no grpc) — read-only so it can't
0 commit comments