upgrade actions/core to 1.10.0 (#194)

* upgrade actions/core to 1.10.0

The current version of actions/core produces a lot of warning about deprecated set-output command,  like this:

```
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```

the new version of actions/core uses the environment files instead, so this version bump should fix the warning

* reran yarn
This commit is contained in:
Paul Pacheco
2022-10-13 16:17:35 -05:00
committed by GitHub
parent 26c9b7abe1
commit 45ec546c43
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/openapi-types": "^11.2.0",