Skip to content

Commit d26ba8b

Browse files
chore(deps-gha): bump actions/github-script from 6 to 7 (#66)
1 parent 540d1b2 commit d26ba8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)