Skip to content

Commit

Permalink
build(deps): bump lukka/run-vcpkg from 10 to 11 (#85)
Browse files Browse the repository at this point in the history
* build(deps): bump lukka/run-vcpkg from 10 to 11

Bumps [lukka/run-vcpkg](https://github.com/lukka/run-vcpkg) from 10 to 11.
- [Release notes](https://github.com/lukka/run-vcpkg/releases)
- [Commits](lukka/run-vcpkg@v10...v11)

---
updated-dependencies:
- dependency-name: lukka/run-vcpkg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* tests: bump vcpkg commit

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
dependabot[bot] and woodruffw authored Aug 7, 2023
1 parent fbb7b3c commit b27d003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

env:
vcpkg-commit: 93895b28ea7bc8cda10f156c5d336f3fc070f8b1
vcpkg-commit: 9d47b24eacbd1cd94f139457ef6cd35e5d92cc84

jobs:
build-linux:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3

- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: ${{ env.vcpkg-commit }}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v3

- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: ${{ env.vcpkg-commit }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3

- name: Restore from cache and install vcpkg
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: ${{ env.vcpkg-commit }}

Expand Down

0 comments on commit b27d003

Please sign in to comment.