Files
run-on-arch-action/package.json
T
dependabot[bot] 1a654d4dab Bump @actions/core from 1.2.6 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:16:25 +00:00

14 lines
332 B
JSON

{
"name": "run-on-arch",
"version": "2.0.7",
"description": "Multi architecture support for GitHub Actions",
"author": "Umberto Raimondi, Elijah Shaw-Rutschman",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.0.1",
"shlex": "^2.0.2",
"yaml": "^1.10.0"
}
}