From 74376c9b7d1e2e4401e9d14873cce5f09f313e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:48:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to de0fac2 --- .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 2399123..187f9d5 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - 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 29871ff..2f83039 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Do Check uses: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3.0.1 with: