From 08e4eff33331f52ba388bd161901b321362ffef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:01:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd0ab8d..9807353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup bun uses: oven-sh/setup-bun@v2 with: @@ -44,7 +44,7 @@ jobs: name: dist-${{ github.ref_name }} path: dist - name: Clone the Pages repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: developer-friendly/deploy-pages-target ssh-key: ${{ secrets.GH_PAGES_SSH_PRIVATE_KEY }}