Update actions/checkout action to v5.0.1

This commit is contained in:
renovate[bot]
2025-11-18 05:01:44 +00:00
committed by GitHub
parent d409b79a11
commit b35c38ffff

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}