diff --git a/package-lock.json b/package-lock.json index 3643e46..4313b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", - "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#1.0.0" + "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0" }, "devDependencies": { "@types/node": "^20.12.8", @@ -88,8 +88,10 @@ } }, "node_modules/@hashicorp/github-actions-core": { - "version": "0.4.2", - "resolved": "git+ssh://git@github.com/hashicorp/github-actions-core.git#d6dafcd904569d57b4a2a88b7efc9a72a42b516d", + "version": "1.0.0", + "resolved": "git+ssh://git@github.com/hashicorp/github-actions-core.git#107c072fc94c6440243f98f5b8f3c2709d41d871", + "integrity": "sha512-rQu/P4gMKaHSjsJiw90kqQv06wB0561K1nQAKD8rLNCcagOncx9mtYzNXriw0Wxi9EterA1OXFMvTZocjd88Gw==", + "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", "@actions/io": "^1.1.3", diff --git a/package.json b/package.json index 46516fe..50e56e2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#1.0.0" + "@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0" }, "devDependencies": { "@types/node": "^20.12.8",