We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3f82d commit eabb7c0Copy full SHA for eabb7c0
.github/workflows/updater.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Fetch an existing PR
142
if: steps.target.outputs.latestTag != steps.target.outputs.originalTag
143
- uses: octokit/request-action@971ad48f9c40ed001c41c2671b1e6e8e8165d5af
+ uses: octokit/request-action@89a1754fe82ca777b044ca8e79e9881a42f15a93 # v2.1.7
144
id: existing-pr-request
145
with:
146
route: GET /repos/${{ github.repository }}/pulls?base={base}&head={head}
0 commit comments