Skip to content
Merged
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
32 changes: 17 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"actions-toolkit": "^6.0.1",
"axios": "^1.4.0",
"axios": "^1.10.0",
Copy link

Copilot AI Jun 23, 2025

Choose a reason for hiding this comment

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

The version was bumped to ^1.10.0, but the PR title and description indicate upgrading to 1.6.1. Please correct this line to "axios": "^1.6.1".

Suggested change
"axios": "^1.10.0",
"axios": "^1.6.1",

Copilot uses AI. Check for mistakes.
"dateformat": "^4.5.1",
"js-yaml": "^4.1.0",
"qs": "^6.11.2"
Expand Down
Loading