Skip to content

Commit 31530b3

Browse files
chore(deps): update all non-major dependencies
1 parent e19d295 commit 31530b3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/buddy-bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
persist-credentials: true
128128

129129
- name: Setup Bun
130-
uses: oven-sh/setup-bun@v2.1.3
130+
uses: oven-sh/setup-bun@v2.2.0
131131

132132
- name: Setup PHP and Composer (if needed)
133133
if: ${{ hashFiles('composer.json') != '' }}
@@ -164,7 +164,7 @@ jobs:
164164
persist-credentials: true
165165

166166
- name: Setup Bun
167-
uses: oven-sh/setup-bun@v2.1.3
167+
uses: oven-sh/setup-bun@v2.2.0
168168

169169
- name: Install dependencies
170170
run: bun install
@@ -245,7 +245,7 @@ jobs:
245245
persist-credentials: true
246246

247247
- name: Setup Bun
248-
uses: oven-sh/setup-bun@v2.1.3
248+
uses: oven-sh/setup-bun@v2.2.0
249249

250250
- name: Setup PHP and Composer (if needed)
251251
if: ${{ hashFiles('composer.json') != '' }}
@@ -352,7 +352,7 @@ jobs:
352352
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
353353

354354
- name: Setup Bun
355-
uses: oven-sh/setup-bun@v2.1.3
355+
uses: oven-sh/setup-bun@v2.2.0
356356

357357
- name: Install dependencies
358358
run: bun install

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Setup Pantry
96-
uses: home-lang/pantry/packages/action@v0.9.18
96+
uses: home-lang/pantry/packages/action@v0.9.20
9797

9898
- name: Install Dependencies
9999
run: bun install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: oven-sh/setup-bun@v2.2.0
2424

2525
- name: Setup Pantry
26-
uses: home-lang/pantry/packages/action@v0.9.18
26+
uses: home-lang/pantry/packages/action@v0.9.20
2727

2828
- name: Install Dependencies
2929
run: bun install

packages/stx-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "stacksjs",
77
"license": "MIT",
88
"engines": {
9-
"vscode": "^1.85.0"
9+
"vscode": "^1.113.0"
1010
},
1111
"categories": [
1212
"Programming Languages"

0 commit comments

Comments
 (0)