Skip to content

Commit

Permalink
Update CLI GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Feb 13, 2024
1 parent eaaa159 commit b2922fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/tutorials/run-mock-api-anywhere-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
with:
node-version: 18
- name: Start Mockoon CLI
uses: mockoon/cli-action@v1
uses: mockoon/cli-action@v2
with:
# Mockoon CLI version, default to 'latest'
version: 'latest'
Expand Down
2 changes: 1 addition & 1 deletion pages/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $ mockoon-cli start --data ./data-file.json`}
<pre>
<CodeBlock
code={`- name: Run Mockoon CLI
uses: mockoon/cli-action@v1
uses: mockoon/cli-action@v2
with:
# Mockoon CLI version, default to 'latest'
version: "latest"
Expand Down

0 comments on commit b2922fb

Please sign in to comment.