mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-11-10 04:37:24 +01:00
Update actions/checkout action to v4 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
69bcd9178b
commit
842065e0a0
4
.github/workflows/build_app.yml
vendored
4
.github/workflows/build_app.yml
vendored
@ -19,13 +19,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone Repository (Latest)
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
with:
|
||||
repository: 'tachiyomiorg/tachiyomi'
|
||||
fetch-depth: 0
|
||||
if: github.event.inputs.git-ref == ''
|
||||
- name: Clone Repository (Custom Ref)
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
if: github.event.inputs.git-ref != ''
|
||||
with:
|
||||
repository: 'tachiyomiorg/tachiyomi'
|
||||
|
Loading…
Reference in New Issue
Block a user