diff --git a/README.md b/README.md index de2bf86..5ceac3a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Simple usage example: ```yaml - name: vcpkg build - uses: johnwason/vcpkg-action@v5 + uses: johnwason/vcpkg-action@v6 id: vcpkg with: pkgs: boost-date-time boost-system @@ -44,7 +44,7 @@ Simple manifest example: ```yaml - name: vcpkg build id: vcpkg - uses: johnwason/vcpkg-action@v5 + uses: johnwason/vcpkg-action@v6 with: manifest-dir: ${{ github.workspace }} # Set to directory containing vcpkg.json triplet: x64-windows-release @@ -56,7 +56,7 @@ Simple manifest example: ## Usage ```yaml -- uses: johnwason/vcpkg-action@v5 +- uses: johnwason/vcpkg-action@v6 with: # The vcpkg packages to build, separated by spaces. Cannot be used with manifest-dir pkgs: '' @@ -104,7 +104,7 @@ jobs: vcpkg_triplet: x64-windows-release steps: - name: vcpkg build - uses: johnwason/vcpkg-action@v5 + uses: johnwason/vcpkg-action@v6 id: vcpkg with: pkgs: boost-date-time