Skip to content

Commit d85bad9

Browse files
chore(deps): update actions/github-script action to v7
1 parent e9701fe commit d85bad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/add-pr-url/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
id: findPr
2424
- name: Add environment link to pull request comment
2525
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
26-
uses: actions/github-script@v6
26+
uses: actions/github-script@v7
2727
with:
2828
script: |
2929
let now = new Date();

0 commit comments

Comments
 (0)