Skip to content

Commit f2b6f6c

Browse files
Merge pull request #2004 from NullVoxPopuli/renovate/actions-github-script-8.x
Update actions/github-script action to v8
2 parents a27790b + 6fe6221 commit f2b6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Find associated pull request
113113
# if: "!${{ steps.number.output.pr-number }}"
114114
id: pr
115-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
115+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
116116
with:
117117
script: |
118118
const response = await github.rest.search.issuesAndPullRequests({

0 commit comments

Comments
 (0)