From 7e61166a060800033b8a3a313d814f02c51182fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:05:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/buddy-bot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 3018ac1..ba3c429 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,7 +119,7 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -346,7 +346,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}