Skip to content

Commit 8d006a0

Browse files
authored
Merge pull request #34 from 1Password/release/v3.0.0
Prepare Release v3.0.0
2 parents 437e352 + 8c8cb49 commit 8d006a0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 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@v2
21+
uses: 1password/install-cli-action@v3
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@v2
28+
uses: 1password/install-cli-action@v3
2929
with:
3030
version: latest-beta
3131
```
@@ -34,7 +34,7 @@ To install a specific version of the 1Password CLI:
3434

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-cli-action",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Install 1Password CLI into your GitHub Actions jobs",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)