From 183e0cd18fa1380781da94049442d0e2995aad7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:00:52 -0600 Subject: [PATCH] build(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the updates group (#3885) --- .github/workflows/build.yml | 2 +- .github/workflows/verify-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b21a0d91..eabb526c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # for build-files step fetch-depth: 0 diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index 420b8825..923430d3 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # for build-files step fetch-depth: 0