Skip to content

Commit 40cca7d

Browse files
committed
chore(ci): bump Node 20 actions to Node 24 runtime
1 parent 5fa6d31 commit 40cca7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude-pr-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
pull-requests: write
1919
id-token: write
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 1
2424

2525
- name: Generate GitHub App token
2626
id: app-token
27-
uses: actions/create-github-app-token@v2
27+
uses: actions/create-github-app-token@v3.2.0
2828
with:
2929
app-id: 3060111
3030
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
3131
owner: hotdata-dev
3232

33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6.0.2
3434
with:
3535
repository: hotdata-dev/github-workflows
3636
ref: main

0 commit comments

Comments
 (0)