Skip to content

Commit 28f6343

Browse files
chore: wip
1 parent c18b0de commit 28f6343

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: oven-sh/setup-bun@v2
123123

124124
- name: Use cached node_modules
125-
uses: actions/cache@v4
125+
uses: actions/cache@v4.2.4
126126
with:
127127
path: node_modules
128128
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -134,3 +134,6 @@ jobs:
134134

135135
- name: Build
136136
run: bun run build
137+
138+
- name: Publish Commit
139+
run: bunx pkg-pr-new publish

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install Bun
19-
uses: oven-sh/setup-bun@v2
19+
uses: oven-sh/setup-bun@v2.0.2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v4.2.4
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

0 commit comments

Comments
 (0)