Skip to content

Commit 3e8e5eb

Browse files
Update all dependencies
1 parent 5b4966c commit 3e8e5eb

File tree

3 files changed

+2173
-2170
lines changed

3 files changed

+2173
-2170
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v4.3.0
2525

2626
- name: Use Node.js
2727
uses: actions/[email protected]
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Audit URLs using Lighthouse
3838
id: lighthouse_audit
39-
uses: treosh/lighthouse-ci-action@12.1.0
39+
uses: treosh/lighthouse-ci-action@12.6.1
4040
with:
4141
urls: |
4242
http://localhost:3000
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Format lighthouse score
5656
id: format_lighthouse_score
57-
uses: actions/github-script@v7.0.1
57+
uses: actions/github-script@v7.1.0
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060
script: |
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Add Lighthouse stats as comment
6868
id: comment_to_pr
69-
uses: marocchino/[email protected].2
69+
uses: marocchino/[email protected].4
7070
with:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)