diff --git a/README.md b/README.md index 29216d4..41b5df4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ --- -*This project is licensed under [MIT](./LICENSE). Use of the 1Password APIs and services accessed through these tools is governed by the [1Password API Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* +_This project is licensed under [MIT](./LICENSE). Use of the 1Password APIs and services accessed through these tools is governed by the [1Password API Terms of Service](https://1password.com/legal/api-sdk-terms-of-service)._ # ✨ Quickstart @@ -20,14 +20,14 @@ To install the latest version of the 1Password CLI: \ ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 ``` To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI: ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 with: version: latest-beta ``` @@ -36,7 +36,7 @@ To install a specific version of the 1Password CLI: ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 with: version: 2.31.1 ``` diff --git a/package-lock.json b/package-lock.json index c9a12cb..242e110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-cli-action", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "install-cli-action", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index c76123f..c04f241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-cli-action", - "version": "3.0.0", + "version": "4.0.0", "description": "Install 1Password CLI into your GitHub Actions jobs", "main": "dist/index.js", "type": "module",