fix(deps): update dependency @actions/core to v2 (#41)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m3s

Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
This commit was merged in pull request #41.
This commit is contained in:
2025-12-31 19:05:31 +01:00
committed by Renovate Bot
parent 3f19a64809
commit a7552f74fa
3 changed files with 48751 additions and 53892 deletions

View File

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