Update action/core to 1.10.0 to fix deprecation warnings (#59)

* chore: update action/core to 1.10.0

* chore(lock): freshen
This commit is contained in:
Sébastien Vanvelthem 2022-10-15 19:57:21 +02:00 committed by GitHub
parent 3360b50db7
commit d01953a678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

View file

@ -7,7 +7,7 @@
"start": "pnpm run build && sh ./run.sh"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.10.0",
"@types/expand-tilde": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",