Skip to content

Commit

Permalink
docs: update action version in README examples (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored Nov 22, 2023
1 parent 2e9333c commit e3f70a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ permissions:
Basic:
<!-- TODO update example repo name changes -->
```yaml
on: pull_request

Expand All @@ -32,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Find flags
uses: launchdarkly/find-code-references-in-pull-request@v1.0.0
uses: launchdarkly/find-code-references-in-pull-request@v1.1.0
id: find-flags
with:
project-key: default
Expand All @@ -43,7 +42,6 @@ jobs:
Use outputs in workflow:
<!-- TODO update example repo name changes -->
```yaml
on: pull_request

Expand All @@ -55,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Find flags
uses: launchdarkly/find-code-references-in-pull-request@v1.0.0
uses: launchdarkly/find-code-references-in-pull-request@v1.1.0
id: find-flags
with:
project-key: default
Expand Down

0 comments on commit e3f70a3

Please sign in to comment.