Skip to content

Commit

Permalink
Merge pull request #5 from JuanPabloDiaz/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
JuanPabloDiaz authored Jul 23, 2024
2 parents 2ac000c + 30cb6dd commit bcdf397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Add comment with Lighthouse action URL
if: github.event_name == 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit bcdf397

Please sign in to comment.