Update actions/checkout action to v5.0.1

This commit is contained in:
renovate[bot]
2026-07-03 19:06:14 +00:00
committed by GitHub
parent 68cee09d98
commit 65da0cccf6
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}