We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68913f2 commit 813a352Copy full SHA for 813a352
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
build-and-push:
16
runs-on: ubuntu-24.04
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- name: Set up buildx
21
uses: docker/setup-buildx-action@v3
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
12
13
- uses: oven-sh/setup-bun@v2
14
- run: "bun install"
- run: "bun run build"
0 commit comments