diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-06-06 02:47:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-06 02:47:03 +0000 |
| commit | 9c7b4a90b8e942cf58f656a52cfe2ad48fee07fc (patch) | |
| tree | 644f69591e766d895d27eddeb4f523ebb1c8c1d9 /.github/workflows/emscripten.yml | |
| parent | 258a890b30f3fcbad0c589a2bbee363c365bc1a2 (diff) | |
| download | portable-9c7b4a90b8e942cf58f656a52cfe2ad48fee07fc.tar.gz portable-9c7b4a90b8e942cf58f656a52cfe2ad48fee07fc.tar.bz2 portable-9c7b4a90b8e942cf58f656a52cfe2ad48fee07fc.zip | |
ci: update actions/checkout action to v6.0.3
Diffstat (limited to '.github/workflows/emscripten.yml')
| -rw-r--r-- | .github/workflows/emscripten.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 0b46ef2..bddd4b7 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | contents: read | 20 | contents: read |
| 21 | steps: | 21 | steps: |
| 22 | - name: "Checkout repository" | 22 | - name: "Checkout repository" |
| 23 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 23 | uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 24 | 24 | ||
| 25 | - name: "Setup emsdk" | 25 | - name: "Setup emsdk" |
| 26 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 | 26 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 |
| @@ -48,7 +48,7 @@ jobs: | |||
| 48 | contents: read | 48 | contents: read |
| 49 | steps: | 49 | steps: |
| 50 | - name: "Checkout repository" | 50 | - name: "Checkout repository" |
| 51 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 51 | uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 52 | 52 | ||
| 53 | - name: "Setup emsdk" | 53 | - name: "Setup emsdk" |
| 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 | 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 |
