release: v2.1.3 (#170)

* release: v2.1.3

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Jozef Steinhübl
2026-03-04 16:32:45 +01:00
committed by GitHub
parent 95edc153a3
commit ecf28ddc73
5 changed files with 143 additions and 1365 deletions
+9 -9
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "setup-bun",
"version": "2.1.0",
"version": "2.1.3",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",
@@ -22,20 +22,20 @@
"start": "npm run build && node dist/setup/index.js"
},
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.0",
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.2",
"@iarna/toml": "^2.2.5",
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@types/bun": "^1.1.13",
"@types/node": "^20.8.2",
"esbuild": "^0.19.2",
"prettier": "^3.4.2",
"@types/bun": "^1.3.10",
"@types/node": "^20.19.35",
"esbuild": "^0.19.12",
"prettier": "^3.8.1",
"typescript": "^4.9.5"
},
"patchedDependencies": {