Skip to content

Commit 8b99432

Browse files
authored
Merge pull request #62 from codeharborhub/dependabot/github_actions/actions/github-script-8.0.0
Bump actions/github-script from 7.0.1 to 8.0.0
2 parents 2281d84 + 68bbe4b commit 8b99432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Format lighthouse score
5353
id: format_lighthouse_score
54-
uses: actions/github-script@v7.0.1
54+
uses: actions/github-script@v8.0.0
5555
with:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757
script: |

0 commit comments

Comments
 (0)