Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent c87f629 commit 6ec52d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_TEST }}
cloudfront_invalidation_paths: '/preview/${{ github.event.number }}/*'
- name: Adding comment to PR with preview link and validation results
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ secrets.SUPPORT_TOKEN }}
script: |
Expand Down

0 comments on commit 6ec52d6

Please sign in to comment.