Skip to content

Commit

Permalink
Bump kewisch/action-web-ext
Browse files Browse the repository at this point in the history
Bumps [kewisch/action-web-ext](https://github.com/kewisch/action-web-ext) from 41d7f1231e17976386937cdc01a479f7c79c3c2a to cb8a69420fea686e331e270b6581d4d289ecb2d2.
- [Release notes](https://github.com/kewisch/action-web-ext/releases)
- [Commits](kewisch/action-web-ext@41d7f12...cb8a694)

---
updated-dependencies:
- dependency-name: kewisch/action-web-ext
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 50b0d38 commit 52c98c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_webext-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@cb8a69420fea686e331e270b6581d4d289ecb2d2
with:
cmd: build
source: .
filename: "{name}-{version}.zip"

- name: "web-ext sign"
id: web-ext-sign
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@cb8a69420fea686e331e270b6581d4d289ecb2d2
with:
cmd: sign
source: ${{ steps.web-ext-build.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_webext-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: "web-ext lint"
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
uses: kewisch/action-web-ext@cb8a69420fea686e331e270b6581d4d289ecb2d2
with:
cmd: lint
source: .
Expand Down

0 comments on commit 52c98c8

Please sign in to comment.