Skip to content

Commit

Permalink
update few more GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Jul 24, 2024
1 parent 2b2414b commit 2bcbf3e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/build-test-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
# retention-days: 30

- name: Validate manifest.json of the extension
uses: cardinalby/schema-validator-action@v1
uses: cardinalby/schema-validator-action@v3
with:
file: ${{ env.EXTENSION_DIR }}manifest.json
schema: 'https://json.schemastore.org/chrome-manifest'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-assets-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-chrome-webstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-edge-add-ons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand All @@ -20,7 +20,7 @@ jobs:
pageURL: ${{ secrets.PAGE_URL }}

- name: Deploy to Edge Addons
uses: wdzeng/edge-addon@v1.0.3
uses: wdzeng/edge-addon@v1.2.4
with:
product-id: ${{ secrets.EDGE_PRODUCT_ID }}
zip-path: ${{ env.ZIP_FILE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-manifest-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cardinalby/export-env-action@v1
- uses: cardinalby/export-env-action@v2
with:
envFile: './.github/workflows/constants.env'
expand: true
Expand Down

0 comments on commit 2bcbf3e

Please sign in to comment.