Skip to content

Commit

Permalink
Update versions in docs (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Jan 11, 2023
1 parent 71c5130 commit 1570d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Steps to reproduce the issue:

**Action version:**

- Version: **microsoft/ps-rule@v2.6.0**
- Version: **microsoft/ps-rule@v2.7.0**

**Additional context**

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get the latest stable release use:

```yaml
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.6.0
uses: microsoft/ps-rule@v2.7.0
```
To get the latest bits use:
Expand All @@ -29,7 +29,7 @@ For example:

```yaml
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.6.0
uses: microsoft/ps-rule@v2.7.0
with:
version: '1.11.1'
```
Expand Down Expand Up @@ -186,7 +186,7 @@ When set:
To use PSRule:

1. See [Creating a workflow file](https://help.github.com/articles/configuring-a-workflow#creating-a-workflow-file).
2. Reference `microsoft/ps-rule@v2.6.0`.
2. Reference `microsoft/ps-rule@v2.7.0`.
For example:

```yaml
Expand All @@ -202,7 +202,7 @@ jobs:
uses: actions/checkout@v3
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.6.0
uses: microsoft/ps-rule@v2.7.0
```

3. Create rules within the `.ps-rule/` directory.
Expand Down

0 comments on commit 1570d77

Please sign in to comment.