File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424To 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
You can’t perform that action at this time.
0 commit comments