diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md index bd2ec43..20cc9dc 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ To install the latest version of the 1Password CLI: \ ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v1 + uses: 1password/install-cli-action@v2 ``` To install the latest beta version (i.e. `latest-beta`) of the 1Password CLI: ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v1 + uses: 1password/install-cli-action@v2 with: version: latest-beta ``` @@ -34,9 +34,9 @@ To install a specific version of the 1Password CLI: ```yaml - name: Install 1Password CLI - uses: 1password/install-cli-action@v1 + uses: 1password/install-cli-action@v2 with: - version: 2.18.0 + version: 2.31.1 ``` ## ⚙️ Supported Runners diff --git a/package-lock.json b/package-lock.json index 869e836..07fa8b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-cli-action", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "install-cli-action", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index b141f0a..ffddfa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-cli-action", - "version": "2.0.0", + "version": "2.0.1", "description": "Install 1Password CLI into your GitHub Actions jobs", "main": "dist/index.js", "type": "module",