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/android.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/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 38a5462..5e5cf66 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 28 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 29 | 29 | ||
| 30 | - name: "Run CI script" | 30 | - name: "Run CI script" |
| 31 | run: ./scripts/test | 31 | run: ./scripts/test |
