We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c7d0f commit 6b68c2eCopy full SHA for 6b68c2e
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
"overrides": [ { "name": "openssl", "version-string": "1.1.1n" },
134
{ "name": "botan", "version-string": "2.19.3" } ],
135
"builtin-baseline": "38d1652f152d36481f2f4e8a85c0f1e14f3769f7" }' > vcpkg.json
136
- - uses: seanmiddleditch/vcpkg-action@master
+ - uses: johnwason/vcpkg-action@v7
137
id: vcpkg
138
with:
139
manifest-dir: ${{ github.workspace }}
0 commit comments