Use v4 tag for actions/checkout

This commit is contained in:
arkon 2023-09-22 14:59:37 -04:00
parent 842065e0a0
commit c1026cad71

View File

@ -19,13 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repository (Latest)
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
repository: 'tachiyomiorg/tachiyomi'
fetch-depth: 0
if: github.event.inputs.git-ref == ''
- name: Clone Repository (Custom Ref)
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
if: github.event.inputs.git-ref != ''
with:
repository: 'tachiyomiorg/tachiyomi'