Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 59dfc1e commit 6cbcf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/add-pr-url/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
id: findPr
- name: Add environment link to pull request comment
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let now = new Date();
Expand Down

0 comments on commit 6cbcf5e

Please sign in to comment.