build(deps): bump actions/checkout from 4 to 5 (#1266)

This commit is contained in:
dependabot[bot]
2025-08-21 17:19:19 +02:00
committed by GitHub
parent 39d45694a4
commit 2908c8d3a4
2 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# Must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head of the pull request.