From 40cca7d9e88a480165be30f0a3cadcf10387916a Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 29 May 2026 14:30:05 -0700 Subject: [PATCH] chore(ci): bump Node 20 actions to Node 24 runtime --- .github/workflows/claude-pr-review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 75006ff..bb655bd 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -18,19 +18,19 @@ jobs: pull-requests: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 1 - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3.2.0 with: app-id: 3060111 private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }} owner: hotdata-dev - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 with: repository: hotdata-dev/github-workflows ref: main