diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-20 10:25:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-20 10:25:05 +0000 |
| commit | 70f2b01b072fb7afa86b0820b1a31dfacbc01715 (patch) | |
| tree | e017cd03b70cf7ef1d6942fdba42ab3be63db940 /.github/workflows/emscripten.yml | |
| parent | ee50a4f4801da04db0d551b3abc6ee96849aa48e (diff) | |
| download | portable-70f2b01b072fb7afa86b0820b1a31dfacbc01715.tar.gz portable-70f2b01b072fb7afa86b0820b1a31dfacbc01715.tar.bz2 portable-70f2b01b072fb7afa86b0820b1a31dfacbc01715.zip | |
ci: update actions/checkout action to v6.0.2
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 2de51e0..c0b4027 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 23 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 24 | 24 | ||
| 25 | - name: "Setup emsdk" | 25 | - name: "Setup emsdk" |
| 26 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 | 26 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 |
| @@ -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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 51 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 52 | 52 | ||
| 53 | - name: "Setup emsdk" | 53 | - name: "Setup emsdk" |
| 54 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 | 54 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 |
