Keep attest at the same version

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 16:27:29 +01:00
parent 8024983ab0
commit fb5ae2a0e0
2 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@actions/attest", "name": "@actions/attest",
"version": "2.0.0", "version": "1.6.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/attest", "name": "@actions/attest",
"version": "2.0.0", "version": "1.6.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
+3 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@actions/attest", "name": "@actions/attest",
"version": "2.0.0", "version": "1.6.0",
"description": "Actions attestation lib", "description": "Actions attestation lib",
"keywords": [ "keywords": [
"github", "github",
@@ -53,7 +53,6 @@
"overrides": { "overrides": {
"@octokit/plugin-retry": { "@octokit/plugin-retry": {
"@octokit/core": "^5.2.0" "@octokit/core": "^5.2.0"
}, }
"uri-js": "npm:uri-js-replace@^1.0.1"
} }
} }