Skip to content

Commit

Permalink
Merge branch 'master' into fix-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 authored Jan 5, 2025
2 parents 1611d4f + 5c68045 commit f3cd5fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Report failure
if: failure()
uses: octokit/request-action@v2.3.0
uses: octokit/request-action@v2.4.0
with:
route: POST /repos/{owner}/{repo}/issues/{issue_number}/comments
owner: ${{ github.repository_owner }}
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- name: Get Pull Request ref
id: get_pull_request_ref
uses: octokit/request-action@v2.3.0
uses: octokit/request-action@v2.4.0
with:
route: GET /repos/{owner}/{repo}/pulls/{issue_number}
owner: ${{ github.repository_owner }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Report success
if: success()
uses: octokit/request-action@v2.3.0
uses: octokit/request-action@v2.4.0
with:
route: POST /repos/{owner}/{repo}/issues/{issue_number}/comments
owner: ${{ github.repository_owner }}
Expand All @@ -117,7 +117,7 @@ jobs:

- name: Report failure
if: failure()
uses: octokit/request-action@v2.3.0
uses: octokit/request-action@v2.4.0
with:
route: POST /repos/{owner}/{repo}/issues/{issue_number}/comments
owner: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-scalars": "1.23.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5151,10 +5151,10 @@ graphql-ws@^5.14.0:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.0.tgz#849efe02f384b4332109329be01d74c345842729"
integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==

graphql@16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
graphql@16.10.0:
version "16.10.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==

hard-rejection@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit f3cd5fa

Please sign in to comment.