Update actions/checkout action to v4.2.1

This commit is contained in:
Mend Renovate 2024-10-07 19:04:15 +00:00
parent b5dbaea2f0
commit 602a745680
No known key found for this signature in database
GPG Key ID: A1020E7F5FFD673D

View File

@ -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'