Skip to content

Commit 28059e1

Browse files
Bump lukka/run-vcpkg
Bumps the actions-dependencies group with 1 update in the /.github/workflows directory: [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg). Updates `lukka/run-vcpkg` from 11.5 to 11.6 - [Release notes](https://github.com/lukka/run-vcpkg/releases) - [Commits](lukka/run-vcpkg@5e0cab2...b1a0dd2) --- updated-dependencies: - dependency-name: lukka/run-vcpkg dependency-version: '11.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 188c745 commit 28059e1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
- name: Initialize vcpkg
146146
if: steps.cache.outputs.cache-hit != 'true'
147-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
147+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
148148
with:
149149
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
150150
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg
@@ -286,7 +286,7 @@ jobs:
286286
287287
- name: Initialize vcpkg
288288
if: steps.cache.outputs.cache-hit != 'true'
289-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
289+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
290290
with:
291291
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
292292
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
300300
- name: Initialize vcpkg
301301
if: steps.cache.outputs.cache-hit != 'true'
302-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
302+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
303303
with:
304304
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
305305
vcpkgDirectory: ${{github.workspace}}/vcpkg

.github/workflows/reusable_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: "[Win] Initialize vcpkg"
6363
if: matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
64-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
64+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
6565
with:
6666
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
6767
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg

.github/workflows/reusable_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Initialize vcpkg
165165
if: steps.cache.outputs.cache-hit != 'true'
166-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
166+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
167167
with:
168168
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
169169
vcpkgDirectory: ${{github.workspace}}/vcpkg

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Initialize vcpkg
124124
if: steps.cache.outputs.cache-hit != 'true'
125-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
125+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
126126
with:
127127
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
128128
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg

.github/workflows/reusable_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: "[Win] Initialize vcpkg"
9090
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
91-
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
91+
uses: lukka/run-vcpkg@b1a0dd252f06b9e25b3c022a9a03bd7a427fb6a2 # v11.6
9292
with:
9393
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d # 1.04.2025
9494
vcpkgDirectory: ${{github.workspace}}/vcpkg

0 commit comments

Comments
 (0)