1
0
Fork 0

chore(deps): update actions/checkout action to v5.0.1

This commit is contained in:
renovate[bot] 2026-02-26 05:01:15 +00:00 committed by GitHub
parent f4dbbbebe5
commit 039cb34874
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
ref: ${{ github.ref }}

View File

@ -42,7 +42,7 @@ jobs:
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
ref: ${{ github.head_ref }}