Explorar el Código

Merge pull request #1371 from godotengine/dependabot/github_actions/mymindstorm/setup-emsdk-14

Bump mymindstorm/setup-emsdk from 13 to 14
David Snopek hace 1 año
padre
commit
048f49af39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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}}