From 75341f1920b4d4f3acc95b2faaa96ac4b13d3c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:01:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 34e1148 --- .github/workflows/bun-typical.yml | 2 +- .github/workflows/pnpm-typical.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bun-typical.yml b/.github/workflows/bun-typical.yml index e271371..7d30eb8 100644 --- a/.github/workflows/bun-typical.yml +++ b/.github/workflows/bun-typical.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Bun 📦️ uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1 diff --git a/.github/workflows/pnpm-typical.yml b/.github/workflows/pnpm-typical.yml index f372a19..2df9870 100644 --- a/.github/workflows/pnpm-typical.yml +++ b/.github/workflows/pnpm-typical.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup pnpm 📦️ uses: pnpm/action-setup@v2