mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-13 11:47:12 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository (Latest)
|
- name: Clone Repository (Latest)
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||||
with:
|
with:
|
||||||
repository: 'tachiyomiorg/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
if: github.event.inputs.git-ref == ''
|
if: github.event.inputs.git-ref == ''
|
||||||
- name: Clone Repository (Custom Ref)
|
- name: Clone Repository (Custom Ref)
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||||
if: github.event.inputs.git-ref != ''
|
if: github.event.inputs.git-ref != ''
|
||||||
with:
|
with:
|
||||||
repository: 'tachiyomiorg/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
|
Loading…
Reference in New Issue
Block a user