Skip to content

Commit 80bc34d

Browse files
Update readme to mention v2
1 parent 26b24a8 commit 80bc34d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ To install the latest version of the 1Password CLI: \
1818

1919
```yaml
2020
- name: Install 1Password CLI
21-
uses: 1password/install-cli-action@v1
21+
uses: 1password/install-cli-action@v2
2222
```
2323
2424
To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI:
2525

2626
```yaml
2727
- name: Install 1Password CLI
28-
uses: 1password/install-cli-action@v1
28+
uses: 1password/install-cli-action@v2
2929
with:
3030
version: latest-beta
3131
```
@@ -34,9 +34,9 @@ To install a specific version of the 1Password CLI:
3434

3535
```yaml
3636
- name: Install 1Password CLI
37-
uses: 1password/install-cli-action@v1
37+
uses: 1password/install-cli-action@v2
3838
with:
39-
version: 2.18.0
39+
version: 2.31.1
4040
```
4141

4242
## ⚙️ Supported Runners

0 commit comments

Comments
 (0)