diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-25 00:25:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 00:25:35 +0000 |
| commit | e0bc80493b02f53cb06e17820b3bbf59cdbb77a9 (patch) | |
| tree | d335d703420d3f043048f50c404cb49207a19724 /.github/workflows/emscripten.yml | |
| parent | b0c9009d1b10b691b4e6c2d35a6326c3fffae8ef (diff) | |
| download | portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.tar.gz portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.tar.bz2 portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.zip | |
ci: update actions/checkout action to v7.0.1
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 fa5d8df..2addcec 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 23 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 51 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 52 | 52 | ||
| 53 | - name: "Setup emsdk" | 53 | - name: "Setup emsdk" |
| 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 | 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 |
