From 04c221dceb2be2997096e9563c12206799421176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:40:18 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..1d40b57 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - 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..102526e 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - 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..e6ecad0 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Setup pnpm 📦️ uses: pnpm/action-setup@v2