Merge pull request #985 from FuzzyGrim/dependabot/github_actions/actions/checkout-6

build(deps): bump actions/checkout from 5 to 6
This commit is contained in:
Xila Cai
2025-12-09 23:18:02 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ jobs:
run: exit 1
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6

View File

@@ -48,7 +48,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # This ensures all tags are fetched for git describe