Skip to content

Commit 9ff97ba

Browse files
chore(gha): bump actions/github-script from 7 to 8 (#629)
1 parent 677387c commit 9ff97ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
echo "projects_development=$(ls -xw0 build/development/)" >> $GITHUB_OUTPUT
125125
echo "projects_release=$(ls -xw0 build/release/)" >> $GITHUB_OUTPUT
126126
- name: Create the home page
127-
uses: actions/github-script@v7
127+
uses: actions/github-script@v8
128128
env:
129129
PR_NUMBER: ${{github.event.pull_request.number}}
130130
PR_URL: ${{github.server_url}}/${{github.repository}}/pull/${{github.event.pull_request.number}}

0 commit comments

Comments
 (0)