2 parents a102b97 + 3a90b96 commit ff8fc52Copy full SHA for ff8fc52
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
version: ${{ steps.get-version.outputs.version }}
11
released: ${{ steps.is-released.outputs.released == 'true' }}
12
steps:
13
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
14
- uses: oven-sh/setup-bun@v2
15
16
- id: get-version
@@ -29,7 +29,7 @@ jobs:
29
build:
30
runs-on: ubuntu-latest
31
32
33
34
- run: bun install
35
env:
0 commit comments