mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-11-10 04:37:24 +01:00
Use v4 tag for actions/checkout
This commit is contained in:
parent
842065e0a0
commit
c1026cad71
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
uses: actions/checkout@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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
uses: actions/checkout@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