We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad23bdc commit 2db85a9Copy full SHA for 2db85a9
1 file changed
.github/workflows/check-typescript-projects.yml
@@ -116,7 +116,7 @@ jobs:
116
# for the ls option, see https://serverfault.com/a/1095912
117
echo "projects_path=$(ls -xw0 build/)" >> $GITHUB_OUTPUT
118
- name: Create the home page
119
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
120
env:
121
PROJECTS_PATH: ${{ steps.list_projects.outputs.projects_path }}
122
with:
0 commit comments