create new build

This commit is contained in:
Jill Regan
2026-06-11 09:18:29 -04:00
parent be2f36bec4
commit 0f0cd1b2cc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35488,7 +35488,7 @@ const installCliOnGithubActionRunner = async (version) => {
;// CONCATENATED MODULE: ./package.json
const package_namespaceObject = {"rE":"4.0.0"};
const package_namespaceObject = {"rE":"4.0.1"};
;// CONCATENATED MODULE: ./src/constants.ts
const envConnectHost = "OP_CONNECT_HOST";
const envConnectToken = "OP_CONNECT_TOKEN";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "load-secrets-action",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "load-secrets-action",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"dependencies": {
"@1password/op-js": "^0.1.11",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "load-secrets-action",
"version": "4.0.0",
"version": "4.0.1",
"description": "Load Secrets from 1Password",
"main": "dist/index.js",
"directories": {