build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#3771)

This commit is contained in:
dependabot[bot]
2025-11-25 17:52:15 -08:00
committed by GitHub
parent afaa4c89a1
commit 7922797744
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
# for build-files step
fetch-depth: 0

View File

@@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
# for build-files step
fetch-depth: 0