From 8f0d1ed2e21714167be3651f5d6b45f8d8146f24 Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Mon, 13 Jul 2026 10:56:21 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/claude.yml | 2 +- .github/workflows/wasm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cf114b3a..5f14eb13 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 4cdf642c..a7317f43 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -31,7 +31,7 @@ jobs: sudo apt update sudo apt install -y ninja-build - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v16 # Build the library and the emscripten example so the WebMIDI backend # (backends/emscripten/*) is actually compiled -- it is only ever built for