diff --git a/dist/index.js b/dist/index.js index 7e3d393..71c4132 100644 --- a/dist/index.js +++ b/dist/index.js @@ -37878,7 +37878,7 @@ const installCliOnGithubActionRunner = async (version) => { // EXTERNAL MODULE: ./node_modules/@1password/sdk/dist/sdk.js var sdk = __nccwpck_require__(7837); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"rE":"3.1.2"}; +const package_namespaceObject = {"rE":"3.2.0"}; ;// CONCATENATED MODULE: ./src/constants.ts const envConnectHost = "OP_CONNECT_HOST"; const envConnectToken = "OP_CONNECT_TOKEN"; diff --git a/package-lock.json b/package-lock.json index 2c1a5cb..42ae9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "load-secrets-action", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "load-secrets-action", - "version": "3.1.2", + "version": "3.2.0", "license": "MIT", "dependencies": { "@1password/op-js": "^0.1.11", diff --git a/package.json b/package.json index 0de73bd..e5ecb3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "load-secrets-action", - "version": "3.1.2", + "version": "3.2.0", "description": "Load Secrets from 1Password", "main": "dist/index.js", "directories": {