Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 57 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
"yammer"
],
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1"
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/io": "^3.0.2"
Comment on lines 105 to +108
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo ships a prebuilt dist/index.js (referenced by action.yml) produced via ncc. Updating @actions/* versions in package.json won’t affect what users run until npm run build is re-executed and the regenerated dist/index.js is committed. Please rebuild and commit the updated dist/ output as part of this dependency bump so the action actually includes the new toolkit versions.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^24.10.4",
"@types/node": "^25.1.0",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.9.3"
}
Expand Down