Bump version to 3.0.0 and update dependencies for @actions/core, @actions/github, and @actions/http-client

This commit is contained in:
Tingluo Huang
2026-01-08 14:34:05 +00:00
parent d3a48dd52f
commit e68ab4b91a
3 changed files with 36 additions and 29 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/attest",
"version": "2.1.0",
"version": "3.0.0",
"description": "Actions attestation lib",
"keywords": [
"github",
@@ -42,9 +42,9 @@
"undici": "^6.20.0"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3",
"@actions/core": "^2.0.2",
"@actions/github": "^7.0.0",
"@actions/http-client": "^3.0.1",
"@octokit/plugin-retry": "^6.0.1",
"@sigstore/bundle": "^3.1.0",
"@sigstore/sign": "^3.1.0",