diff --git a/dist/index.js b/dist/index.js index 27b4c87..255bd60 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62300,8 +62300,6 @@ const unsetPrevious = () => { ;// CONCATENATED MODULE: ./src/index.ts -// import { newCliInstaller } from "@1password/install-cli-action/src/cli-installer"; -// import { VersionResolver } from "@1password/install-cli-action/src/version"; const loadSecretsAction = async () => { diff --git a/package-lock.json b/package-lock.json index 4af66c1..05414d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "node_modules/@1password/install-cli-action": { "name": "install-cli-action", "version": "1.0.0", - "resolved": "git+ssh://git@github.com/1password/install-cli-action.git#cd9a5437adbb465c1e512292ae6ce1d3c7236563", + "resolved": "git+ssh://git@github.com/1password/install-cli-action.git#5650f88edf3152c8100c3595210bcff23730fd3f", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/src/index.ts b/src/index.ts index 58a974f..185add8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import * as core from "@actions/core"; import { validateCli } from "@1password/op-js"; -import { install } from "@1password/install-cli-action/dist"; +import { install } from "@1password/install-cli-action"; import { loadSecrets, unsetPrevious, validateAuth } from "./utils"; const loadSecretsAction = async () => {