Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 72b0c2b commit 7da6af2
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 7da6af2

Please sign in to comment.