We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04c94d commit c49b57dCopy full SHA for c49b57d
1 file changed
.github/workflows/dependency-cursor-review.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- name: Resolve target PR context
37
id: target_pr
38
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
39
with:
40
script: |
41
let pr;
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Extract Dependabot comment context
103
id: dependabot_context
104
105
106
107
const fs = require('fs');
@@ -979,7 +979,7 @@ jobs:
979
upstream_changed_files.txt
980
981
- name: Post or update PR comment
982
983
984
985
0 commit comments