From 62c97d7f18e1a71ae66fb05e3ae8b2753b25db9a Mon Sep 17 00:00:00 2001 From: John Wason Date: Fri, 23 Dec 2022 22:18:49 -0500 Subject: [PATCH] Bump readme to use v4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e5cdfd..6cdae85 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Simple usage example: ```yaml - name: vcpkg build - uses: johnwason/vcpkg-action@v3 + uses: johnwason/vcpkg-action@v4 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@v3 + uses: johnwason/vcpkg-action@v4 with: manifest-dir: ${{ github.workspace }} # Set to directory containing vcpkg.json triplet: x64-windows-release @@ -55,7 +55,7 @@ Simple manifest example: ## Usage ```yaml -- uses: johnwason/vcpkg-action@v3 +- uses: johnwason/vcpkg-action@v4 with: # The vcpkg packages to build, separated by spaces. Cannot be used with manifest-dir pkgs: '' @@ -98,7 +98,7 @@ jobs: vcpkg_triplet: x64-windows-release steps: - name: vcpkg build - uses: johnwason/vcpkg-action@v3 + uses: johnwason/vcpkg-action@v4 id: vcpkg with: pkgs: boost-date-time