Skip to content

Commit b12aaa0

Browse files
authored
Merge pull request #162 from appetizeio/feature/update-dependencies
Update dependencies
2 parents 2af132b + 3dea2b5 commit b12aaa0

File tree

6 files changed

+1419
-896
lines changed

6 files changed

+1419
-896
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v4.0.2
27+
uses: actions/setup-node@v4.1.0
2828
with:
2929
node-version: 16.x
3030

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GitHub Action to facilitate interaction with Appetize's API. This action can be
3838

3939
```yaml
4040
- name: Upload to Appetize
41-
uses: appetizeio/[email protected].3
41+
uses: appetizeio/[email protected].4
4242
with:
4343
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
4444
appFile: test/app.zip
@@ -49,7 +49,7 @@ GitHub Action to facilitate interaction with Appetize's API. This action can be
4949
5050
```yaml
5151
- name: Upload to Appetize
52-
uses: appetizeio/[email protected].3
52+
uses: appetizeio/[email protected].4
5353
with:
5454
apiToken: ${{ secrets.APPETIZE_API_TOKEN }}
5555
publicKey: ${{ secrets.APPETIZE_PUBLIC_KEY }}

0 commit comments

Comments
 (0)