From 629f427dfcbce00abc4f529bf2e51f72f8f5e582 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:33:55 +0800 Subject: [PATCH] chore(deps): update dependency actions/checkout to v5.0.0 --- .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 4ed077f..442a074 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@v5.0.0 with: 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@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -346,7 +346,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}