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

This commit is contained in:
renovate[bot]
2025-10-31 11:42:13 +00:00
committed by GitHub
parent 196373a688
commit 3cf845b596
8 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{github.event.pull_request.head.sha}}
fetch-depth: 0