Skip to content

Commit

Permalink
Merge pull request #11 from johnwason:bump_v4
Browse files Browse the repository at this point in the history
Bump readme to use v4
  • Loading branch information
johnwason committed Dec 24, 2022
2 parents 1c7014d + 62c97d7 commit d3021ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: ''
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d3021ba

Please sign in to comment.