diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 413cab6d..461d1e33 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.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@v5.0.0 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -234,7 +234,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -343,7 +343,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}