Skip to content

Commit daa737a

Browse files
chore(gha): bump actions/github-script from 6 to 7 (#578)
1 parent 2529087 commit daa737a

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
@@ -120,7 +120,7 @@ jobs:
120120
echo "projects_development=$(ls -xw0 build/development/)" >> $GITHUB_OUTPUT
121121
echo "projects_release=$(ls -xw0 build/release/)" >> $GITHUB_OUTPUT
122122
- name: Create the home page
123-
uses: actions/github-script@v6
123+
uses: actions/github-script@v7
124124
env:
125125
PR_NUMBER: ${{github.event.pull_request.number}}
126126
PR_URL: ${{github.server_url}}/${{github.repository}}/pull/${{github.event.pull_request.number}}

0 commit comments

Comments
 (0)