Browse Source

Update lukka/run-vcpkg to v11.3

Haris Gušić 1 year ago
parent
commit
84d256a6d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/Windows-pack.yml

+ 1 - 1
.github/workflows/Windows-pack.yml

@@ -81,7 +81,7 @@ jobs:
           echo "VERSION=$(cat CMakeLists.txt |grep 'set.*(.*FLAMESHOT_VERSION' | sed 's/[^0-9.]*//' |sed 's/)//g')" >> $GITHUB_ENV
 
       - name: Restore from cache and run vcpkg
-        uses: lukka/run-vcpkg@v4
+        uses: lukka/run-vcpkg@v11.3
         with:
           vcpkgArguments: ${{env.VCPKG_PACKAGES}}
           vcpkgDirectory: '${{ github.workspace }}\vcpkg'