aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-04-20 10:25:05 +0000
committerGitHub <noreply@github.com>2026-04-20 10:25:05 +0000
commit70f2b01b072fb7afa86b0820b1a31dfacbc01715 (patch)
treee017cd03b70cf7ef1d6942fdba42ab3be63db940 /.github/workflows/android.yml
parentee50a4f4801da04db0d551b3abc6ee96849aa48e (diff)
downloadportable-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.yml2
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