Skip to content

Commit 273c085

Browse files
chore(deps): update octokit/graphql-action action to v3 (#1497)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | octokit/graphql-action | v2.3.2 | v3.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 3616cd0 commit 273c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/find-pr-for-commit/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
using: composite
3737
steps:
3838
- id: find-commit-pr
39-
uses: octokit/graphql-action@8ad880e4d437783ea2ab17010324de1075228110 # v2.3.2
39+
uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
4040
with:
4141
query: |
4242
query associatedPRs($commitrev: String, $repo: String!, $owner: String!) {

0 commit comments

Comments
 (0)