summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-04-17 10:42:11 -0500
committerGitHub <noreply@github.com>2024-04-17 10:42:11 -0500
commit048f49af39f6062bfbb3f1f7a875ad7d19003377 (patch)
tree2c1fc6ef85e32b99c06a5d1490729c72e7528366 /.github
parent4b7661a60a4788cc7d5ce690cf8a5815b0aab511 (diff)
parent32ca574f494b3e45b1ce2224f4f4e271cbd7c822 (diff)
downloadredot-cpp-048f49af39f6062bfbb3f1f7a875ad7d19003377.tar.gz
Merge pull request #1371 from godotengine/dependabot/github_actions/mymindstorm/setup-emsdk-14
Bump mymindstorm/setup-emsdk from 13 to 14
Diffstat (limited to '.github')
-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 ada01e9..764a06f 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@v13
+ uses: mymindstorm/setup-emsdk@v14
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}