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/android.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/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0f01e6b..0a4de58 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml | |||
| @@ -25,7 +25,7 @@ jobs: | |||
| 25 | max-nal: 30 | 25 | max-nal: 30 |
| 26 | steps: | 26 | steps: |
| 27 | - name: "Checkout repository" | 27 | - name: "Checkout repository" |
| 28 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 28 | uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 29 | 29 | ||
| 30 | - name: "Run CI script" | 30 | - name: "Run CI script" |
| 31 | run: ./scripts/test | 31 | run: ./scripts/test |
