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