Skip to content

Commit

Permalink
Merge pull request #231 from The-Creative-Programming-Group/renovate/…
Browse files Browse the repository at this point in the history
…marocchino-sticky-pull-request-comment-2.x

chore(deps): update marocchino/sticky-pull-request-comment action to v2
  • Loading branch information
FleetAdmiralJakob authored Feb 16, 2024
2 parents 4af3789 + 956493c commit 2a5fa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Add comment to PR
if: ${{ steps.get_preview_url.outputs.vercel_preview_url != '' }}
id: loading_comment_to_pr
uses: marocchino/sticky-pull-request-comment@v1
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.issue.number }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Add comment to PR
if: ${{ steps.get_preview_url.outputs.vercel_preview_url != '' }}
id: comment_to_pr
uses: marocchino/sticky-pull-request-comment@v1
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 2a5fa53

Please sign in to comment.