From ce91e6d49dc9ce479907a150ccce6f887caebc11 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Mon, 24 Feb 2025 14:12:59 -0800 Subject: [PATCH] bump pxt-arcade-sim to v0.11.13 --- .github/workflows/pxt-buildmain.yml | 2 +- .github/workflows/pxt-buildpush.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pxt-buildmain.yml b/.github/workflows/pxt-buildmain.yml index d292deb6022..737dde4e11d 100644 --- a/.github/workflows/pxt-buildmain.yml +++ b/.github/workflows/pxt-buildmain.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@main with: repository: microsoft/pxt-arcade-sim - ref: v0.11.12 + ref: v0.11.13 token: ${{ secrets.GH_TOKEN }} path: node_modules/pxt-arcade-sim - name: pxt ci diff --git a/.github/workflows/pxt-buildpush.yml b/.github/workflows/pxt-buildpush.yml index c903cefca68..6d8395560cf 100644 --- a/.github/workflows/pxt-buildpush.yml +++ b/.github/workflows/pxt-buildpush.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@main with: repository: microsoft/pxt-arcade-sim - ref: v0.11.12 + ref: v0.11.13 token: ${{ secrets.GH_TOKEN }} path: node_modules/pxt-arcade-sim - name: pxt ci diff --git a/package.json b/package.json index 38d29097250..8d7148943fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "pxt-core": "11.3.22" }, "optionalDependencies": { - "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12" + "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.13" }, "scripts": { "serve": "node node_modules/pxt-core/built/pxt.js serve",