summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-11-22 22:16:15 +0100
committerGitHub <noreply@github.com>2023-11-22 22:16:15 +0100
commitd0fdc3adf30eb0db83e89e463403c3785bd3efa4 (patch)
tree581af5ae8de7480cc53733ebd885c183980e3e46
parent6fd4e151b8651929cdc660513445e953de10278e (diff)
parent78bf5a42edae13abcce2c413a3000085c545a11f (diff)
downloadredot-cpp-d0fdc3adf30eb0db83e89e463403c3785bd3efa4.tar.gz
Merge pull request #1317 from godotengine/dependabot/github_actions/mymindstorm/setup-emsdk-13
Bump mymindstorm/setup-emsdk from 12 to 13
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9560e9..4bb1af3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
- name: Web dependencies
if: ${{ matrix.platform == 'web' }}
- uses: mymindstorm/setup-emsdk@v12
+ uses: mymindstorm/setup-emsdk@v13
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}