Skip to content

Commit 2db85a9

Browse files
chore(deps-gha): bump actions/github-script from 8 to 9 (#287)
1 parent ad23bdc commit 2db85a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-typescript-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# for the ls option, see https://serverfault.com/a/1095912
117117
echo "projects_path=$(ls -xw0 build/)" >> $GITHUB_OUTPUT
118118
- name: Create the home page
119-
uses: actions/github-script@v8
119+
uses: actions/github-script@v9
120120
env:
121121
PROJECTS_PATH: ${{ steps.list_projects.outputs.projects_path }}
122122
with:

0 commit comments

Comments
 (0)