3 Commits

Author SHA1 Message Date
3b6d5643d7 chore(deps): update dependency screeps-api to v1.16.1
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m24s
2025-09-23 22:08:12 +00:00
d95bfe4b61 chore(deps): update actions/checkout action to v5 (#33)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m37s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2025-09-06 15:18:55 +02:00
19259737af chore(deps): update actions/setup-python action to v6 (#29)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m25s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2025-09-05 02:50:53 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ jobs:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash
- name: Pre Commit

6
package-lock.json generated
View File

@@ -224,9 +224,9 @@
}
},
"node_modules/debug": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"