Skip to content

Commit f5d5056

Browse files
Merge pull request #23 from 1Password/vzt/v2.0.1-release
Prepare release v2.0.1
2 parents 6cebb0f + 80bc34d commit f5d5056

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

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

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.0",
3+
"version": "2.0.1",
44
"description": "Install 1Password CLI into your GitHub Actions jobs",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)