File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
uses : oven-sh/setup-bun@v2
123
123
124
124
- name : Use cached node_modules
125
- uses : actions/cache@v4
125
+ uses : actions/cache@v4.2.4
126
126
with :
127
127
path : node_modules
128
128
key : node-modules-${{ hashFiles('**/bun.lock') }}
@@ -134,3 +134,6 @@ jobs:
134
134
135
135
- name : Build
136
136
run : bun run build
137
+
138
+ - name : Publish Commit
139
+ run : bunx pkg-pr-new publish
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5.0.0
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Install Bun
19
- uses : oven-sh/setup-bun@v2
19
+ uses : oven-sh/setup-bun@v2.0.2
20
20
21
21
- name : Use cached node_modules
22
- uses : actions/cache@v4
22
+ uses : actions/cache@v4.2.4
23
23
with :
24
24
path : node_modules
25
25
key : node-modules-${{ hashFiles('**/bun.lock') }}
You can’t perform that action at this time.
0 commit comments