fix(deps): update dependency @actions/core to v3
Some checks failed
renovate/artifacts Artifact file update failure
Lint / pre-commit Linting (push) Successful in 1m15s
Test / Run Tests (push) Failing after 10m53s

This commit is contained in:
2026-02-13 17:39:53 +00:00
parent 96f131369e
commit 5549d29ff1
2 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
"build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil"
},
"dependencies": {
"@actions/core": "^2.0.0",
"@actions/core": "^3.0.0",
"glob": "^13.0.0",
"screeps-api": "^1.7.2"
},