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 run: exit 1
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6

View File

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

View File

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