Skip to content

Commit 1267940

Browse files
committed
bump checkout version, make wordmark banners consistent
1 parent 0024092 commit 1267940

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.repository == 'browser-use/browsercode'
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949

packages/opencode/src/cli/logo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
export const logo = {
2020
left: [
2121
"▄ ",
22-
"█▀▀█ █▀▀ █▀▀█ █ █ █▀▀▀ █▀▀█ █▀▀",
22+
"█▀▀█ █▀▀ █▀▀█ █ █ █▀▀▀ █▀▀█ █▀▀",
2323
"█__█ █___ █__█ █▐▌█ ^^^█ █^^^ █___",
2424
"▀▀▀▀ ▀~~~ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀~~~",
2525
],
2626
right: [
2727
" ▄ ",
28-
"█▀▀▀ █▀▀█ █▀▀█ █▀▀",
28+
"█▀▀▀ █▀▀█ █▀▀█ █▀▀",
2929
"█___ █__█ █__█ █^^^",
3030
"▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀",
3131
],

0 commit comments

Comments
 (0)