Skip to content

Commit 5b0efdf

Browse files
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47b222c commit 5b0efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: make preview BRANCH=$GITHUB_BRANCH_NAME
5353

5454
- name: Update PR Comment
55-
uses: actions/github-script@v6
55+
uses: actions/github-script@v7
5656
if: github.event_name == 'pull_request'
5757

5858
with:

0 commit comments

Comments
 (0)