From b821f716090c05b3d92598ef595510a7d94073ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:59:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8e8c483 --- .github/workflows/ci.yml | 2 +- .github/workflows/reproduire-sur-stackblitz.yml | 2 +- .github/workflows/studio.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5071f11..5399dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda name: Install pnpm with: diff --git a/.github/workflows/reproduire-sur-stackblitz.yml b/.github/workflows/reproduire-sur-stackblitz.yml index f5027a7..8df8713 100644 --- a/.github/workflows/reproduire-sur-stackblitz.yml +++ b/.github/workflows/reproduire-sur-stackblitz.yml @@ -11,5 +11,5 @@ jobs: reproduire-sur-stackblitz: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - uses: huang-julien/reproduire-sur-stackblitz@edd77eee0ffdae795c9dfd4e5b3b745740672439 diff --git a/.github/workflows/studio.yml b/.github/workflows/studio.yml index 17e7a7f..0ad6398 100644 --- a/.github/workflows/studio.yml +++ b/.github/workflows/studio.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Identify package manager id: pkgman