Skip to content

Commit f913a13

Browse files
authored
fix(ci): update workflow actions for Node.js 24 compatibility (#30)
1 parent e057688 commit f913a13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/regenerate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
steps:
1010
- name: Generate GitHub App token
1111
id: app-token
12-
uses: actions/create-github-app-token@v2
12+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
1313
with:
1414
app-id: 3060111
1515
private-key: ${{ secrets.HOTDATA_AUTOMATION_PRIVATE_KEY }}
1616
owner: hotdata-dev
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
token: ${{ steps.app-token.outputs.token }}
2121

@@ -46,7 +46,7 @@ jobs:
4646
rm -f openapi.yaml
4747
rm -f .github/workflows/python.yml
4848
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5050
with:
5151
python-version: '3.12'
5252

@@ -56,7 +56,7 @@ jobs:
5656
python -c "import hotdata"
5757
5858
- name: Create PR
59-
uses: peter-evans/create-pull-request@v6
59+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
6060
with:
6161
token: ${{ steps.app-token.outputs.token }}
6262
title: "chore: regenerate client from updated OpenAPI spec"

0 commit comments

Comments
 (0)