Skip to content

Commit

Permalink
Merge pull request #165 from loop-revolution/dependabot/cargo/regex-1…
Browse files Browse the repository at this point in the history
….4.5

chore(deps): bump regex from 1.4.3 to 1.4.5
  • Loading branch information
louisbirla authored Mar 19, 2021
2 parents 134fa44 + 552557b commit 4b99526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/introspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
INTROSPECTING: "true"

jobs:
apollo:
check:
name: Graphql Checking
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -40,8 +40,9 @@ jobs:
kill $!
- uses: kamilkisiela/graphql-inspector@master
if: github.event.pusher.name != 'dependabot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
schema: "schema.graphql"
endpoint: "https://api.loop.page/"
annotations: false
annotations: true
14 changes: 2 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
chrono = "0.4.19"
dotenv = "0.15.0"
rand = "0.8.1"
regex = "1.4.3"
regex = "1.4.5"
strsim = "0.10.0"
tokio = { version = "1.2.0", features = ["full"] }

Expand Down

0 comments on commit 4b99526

Please sign in to comment.