build(deps): bump actions/checkout from 5 to 6 (#1318)

This commit is contained in:
dependabot[bot]
2025-11-24 12:36:51 +01:00
committed by GitHub
parent 6e36c8460f
commit a6071aaacb
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
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.