Skip to content

Commit aeea969

Browse files
chore(deps): update github-actions to v2.8.3 (#4353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7765bcb commit aeea969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with: { bun-version: latest }
4545
- uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
4646
if: ${{ matrix.os != 'windows-latest' }}
47-
with: { deno-version: 2.8.2 }
47+
with: { deno-version: 2.8.3 }
4848
- run: node scripts/vite7.ts
4949
- run: pnpm install
5050
- run: pnpm stub && pnpm lint
@@ -73,7 +73,7 @@ jobs:
7373
with: { bun-version: latest }
7474
- uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
7575
if: ${{ matrix.os != 'windows-latest' }}
76-
with: { deno-version: 2.8.2 }
76+
with: { deno-version: 2.8.3 }
7777
- run: pnpm install
7878
- run: pnpm build
7979
- run: pnpm vitest run test/examples

0 commit comments

Comments
 (0)