Skip to content

Commit 34b5b8b

Browse files
fix(ci): update actions/checkout to v6 for Node.js 24 compatibility
1 parent ddd1d60 commit 34b5b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Fetch upstream OpenAPI spec
2020
run: |

0 commit comments

Comments
 (0)