Bump @actions/core from 1.9.0 to 1.10.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-03 16:01:43 +00:00
committed by Vilius Sutkus '89
parent 2741e25473
commit 4963c9b31a
2 changed files with 27 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
"license": "ISC",
"dependencies": {
"@actions/cache": "^3.0.0",
"@actions/core": "^1.3.0",
"@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1",
"fs-extra": "^10.0.0"
},