build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the updates group (#3885)

This commit is contained in:
dependabot[bot]
2026-01-26 07:00:52 -06:00
committed by GitHub
parent 4b24251d70
commit 183e0cd18f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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