We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757e199 commit dd29275Copy full SHA for dd29275
1 file changed
.github/workflows/codegen.yml
@@ -14,7 +14,7 @@ jobs:
14
outputs:
15
services: ${{ steps.chunk.outputs.result }}
16
steps:
17
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
18
id: chunk
19
with:
20
script: |
0 commit comments