aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/emscripten.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-06-21 17:53:38 +0000
committerGitHub <noreply@github.com>2026-06-21 17:53:38 +0000
commit8e4e8d693cce9f9a5ddd589da7999757ff38e286 (patch)
tree9088e74f758a99b6ed4944fe20818ecd573589a2 /.github/workflows/emscripten.yml
parentf26e53bae3b409ca3f94d74d8adc382d6b8d0178 (diff)
downloadportable-8e4e8d693cce9f9a5ddd589da7999757ff38e286.tar.gz
portable-8e4e8d693cce9f9a5ddd589da7999757ff38e286.tar.bz2
portable-8e4e8d693cce9f9a5ddd589da7999757ff38e286.zip
ci: update actions/checkout action to v7
Diffstat (limited to '.github/workflows/emscripten.yml')
-rw-r--r--.github/workflows/emscripten.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml
index bddd4b7..fa5d8df 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 23 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 51 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
52 52
53 - name: "Setup emsdk" 53 - name: "Setup emsdk"
54 uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 54 uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16