Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
203 changes: 100 additions & 103 deletions dist/index.mjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"prepare": "vp config"
},
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/cache": "^6.0.0",
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0",
"@actions/glob": "^0.6.0",
"yaml": "^2.8.2",
"zod": "^3.25.76"
"zod": "^4.0.0"
},
Comment on lines 15 to 22
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The test plan notes the action hasn’t been validated in a real workflow run yet. Given the major upgrades to ESM-only @actions/* packages and zod v4, please run the action in a sample workflow (or add evidence/logs) before merging to confirm runtime behavior on GitHub Actions.

Copilot uses AI. Check for mistakes.
"devDependencies": {
"@types/node": "^24.0.0",
Expand Down
Loading
Loading