[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-29 18:31:34 +00:00 committed by GitHub
parent 3ed283caaf
commit 1cf9dead52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 126 additions and 158 deletions

198
dist/cache-save/index.js generated vendored

File diff suppressed because one or more lines are too long

70
dist/setup/index.js generated vendored Normal file

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View File

@ -14,7 +14,8 @@
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
"@actions/tool-cache": "^2.0.1",
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@types/node": "^20.8.2",
@ -354,6 +355,11 @@
"node": ">= 0.8"
}
},
"node_modules/compare-versions": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
"integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg=="
},
"node_modules/concat-map": {
"version": "0.0.1",
"license": "MIT"

View File

@ -3,7 +3,13 @@
"name": "setup-bun",
"version": "2.0.1",
"description": "Setup Bun on GitHub Actions.",
"keywords": ["bun", "bun.js", "github", "actions", "setup"],
"keywords": [
"bun",
"bun.js",
"github",
"actions",
"setup"
],
"homepage": "https://bun.sh/",
"main": "dist/index.js",
"repository": "git@github.com:oven-sh/setup-bun.git",