diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-21 03:27:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 03:27:11 +0000 |
commit | 5e429508e6837d04ae99b3429976a3bd7ef0331e (patch) | |
tree | 05c050185d84f6f96f8556d9c2a15c9db4d477be /.github/workflows/ci.yml | |
parent | c3be9af7b6f00dad7107fcdae60a8004cc81936a (diff) | |
parent | 7a3905f2398df08a3529fc771604ac96fe9c6e3b (diff) |
Merge pull request #146 from themoeway/dependabot/github_actions/cardinalby/schema-validator-action-3.0.0
Bump cardinalby/schema-validator-action from 1.1.1 to 3.1.0
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a767541..0254cbaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,8 @@ jobs: run: npm run build - name: Validate manifest.json of the extension - uses: cardinalby/schema-validator-action@c2da05377e89dd0c9b7be9420da0b3534b1efcce # pin@v1 + uses: cardinalby/schema-validator-action@76c68bfc941bd2dc82859f2528984999d1df36a4 # v3.1.0 with: file: ext/manifest.json schema: "https://json.schemastore.org/chrome-manifest.json" + fixSchemas: true |