From dcda126386e4f53bddb69a536d7dc5e033e6b856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:37:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 --- .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..b382bf7 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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..2037efc 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Setup pnpm 📦️ uses: pnpm/action-setup@v2