mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-13 03:37:09 +01:00
Update actions/checkout action to v4.2.1 (#27)
This commit is contained in:
parent
b5dbaea2f0
commit
3620e370c5
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
fetch-depth: 0
|
||||
if: github.event.inputs.git-ref == ''
|
||||
- name: Clone Repository (Custom Ref)
|
||||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
if: github.event.inputs.git-ref != ''
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
|
Loading…
Reference in New Issue
Block a user