From a90f733b22096a46855ea030d191658a9be4f7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:43:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/bun-typical.yml | 2 +- .github/workflows/gcp-container-typical.yml | 2 +- .github/workflows/pnpm-typical.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bun-typical.yml b/.github/workflows/bun-typical.yml index e271371..5e518b4 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Bun 📦️ uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1 diff --git a/.github/workflows/gcp-container-typical.yml b/.github/workflows/gcp-container-typical.yml index e8fb32c..a5c141d 100644 --- a/.github/workflows/gcp-container-typical.yml +++ b/.github/workflows/gcp-container-typical.yml @@ -86,7 +86,7 @@ jobs: fi - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Authenticate with Google 🔑 if: ${{ inputs.push-to-registry == true }} diff --git a/.github/workflows/pnpm-typical.yml b/.github/workflows/pnpm-typical.yml index f372a19..95d4351 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup pnpm 📦️ uses: pnpm/action-setup@v2