Skip to content

Commit

Permalink
Merge pull request #5 from anderseknert/v1
Browse files Browse the repository at this point in the history
Use v1 version in docs
  • Loading branch information
anderseknert authored Feb 12, 2024
2 parents 33a142b + 2a8a1a8 commit 16f6c4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: latest

Expand All @@ -39,7 +39,7 @@ it might mean that policies that once passed, will need to be updated to pass wi
```yml
steps:
- name: Setup Regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: latest
```
Expand All @@ -50,7 +50,7 @@ environments.
```yml
steps:
- name: Setup Regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: x.y.z
```
Expand All @@ -60,15 +60,15 @@ You can also use a SemVer or [SemVer range](https://www.npmjs.com/package/semver
```yml
steps:
- name: Setup Regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: 0.10
```
```yml
steps:
- name: Setup Regal
uses: StyraInc/setup-regal@v0.2.0
uses: StyraInc/setup-regal@v1
with:
version: <0.10
```
Expand Down

0 comments on commit 16f6c4c

Please sign in to comment.