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:
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
Original file line number Diff line number Diff 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') }}
You can’t perform that action at this time.
0 commit comments