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/android.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/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 976f2d3..0f01e6b 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 28 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 29 | 29 | ||
| 30 | - name: "Run CI script" | 30 | - name: "Run CI script" |
| 31 | run: ./scripts/test | 31 | run: ./scripts/test |
