Skip to content

Commit 7e375d2

Browse files
chore(deps): update actions/github-script action to v8
1 parent e9701fe commit 7e375d2

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@v8
2727
with:
2828
script: |
2929
let now = new Date();

0 commit comments

Comments
 (0)