From 00beaed388323db40f6f3ce4c064c7447cd25d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:05:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .github/workflows/check-new.yml | 2 +- .github/workflows/run-manually.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-new.yml b/.github/workflows/check-new.yml index 4b6b163..02e1b11 100644 --- a/.github/workflows/check-new.yml +++ b/.github/workflows/check-new.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout the repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set github user run: | git config user.name github-actions diff --git a/.github/workflows/run-manually.yml b/.github/workflows/run-manually.yml index e244e2d..970566f 100644 --- a/.github/workflows/run-manually.yml +++ b/.github/workflows/run-manually.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout the repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Do Check uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0 with: