Skip to content

Commit 993248a

Browse files
chore(deps): update all non-major dependencies
1 parent eacfbc0 commit 993248a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@2.36.0
133+
uses: shivammathur/setup-php@2.37.0
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@2.36.0
251+
uses: shivammathur/setup-php@2.37.0
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v6.0.2
2323

2424
- name: Install Bun
25-
uses: oven-sh/setup-bun@v2.1.2
25+
uses: oven-sh/setup-bun@v2.2.0
2626

2727
- name: Use cached node_modules
28-
uses: actions/cache@v5.0.3
28+
uses: actions/cache@v5.0.4
2929
with:
3030
path: node_modules
3131
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -46,10 +46,10 @@ jobs:
4646
- uses: actions/checkout@v6.0.2
4747

4848
- name: Install Bun
49-
uses: oven-sh/setup-bun@v2.1.2
49+
uses: oven-sh/setup-bun@v2.2.0
5050

5151
- name: Use cached node_modules
52-
uses: actions/cache@v5.0.3
52+
uses: actions/cache@v5.0.4
5353
with:
5454
path: node_modules
5555
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,10 +70,10 @@ jobs:
7070
- uses: actions/checkout@v6.0.2
7171

7272
- name: Install Bun
73-
uses: oven-sh/setup-bun@v2.1.2
73+
uses: oven-sh/setup-bun@v2.2.0
7474

7575
- name: Use cached node_modules
76-
uses: actions/cache@v5.0.3
76+
uses: actions/cache@v5.0.4
7777
with:
7878
path: node_modules
7979
key: node-modules-${{ hashFiles('**/bun.lock') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install Bun
20-
uses: oven-sh/setup-bun@v2.1.2
20+
uses: oven-sh/setup-bun@v2.2.0
2121

2222
- name: Use cached node_modules
23-
uses: actions/cache@v5.0.3
23+
uses: actions/cache@v5.0.4
2424
with:
2525
path: node_modules
2626
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@stacksjs/bunpress": "^0.1.4",
6565
"@types/rangy": "^1.3.0",
6666
"better-dx": "^0.2.7",
67-
"happy-dom": "^20.8.4",
67+
"happy-dom": "^20.8.7",
6868
"rangy": "^1.3.2"
6969
},
7070
"git-hooks": {

0 commit comments

Comments
 (0)