Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2022
1 parent 7323e63 commit 2171990
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 1,024 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-erlang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:

- name: Deploy erlang-client-wallet artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/erlang/wallet-client/v0
folder: out/erlang-client-wallet
commit-message: Release ${{ github.repository }}@${{ github.sha }}

- name: Deploy erlang-server-wallet artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/erlang/wallet-server/v0
folder: out/erlang-server-wallet
Expand All @@ -66,15 +66,15 @@ jobs:

- name: Deploy erlang-client-payres artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/erlang/payres-client/v0
folder: out/erlang-client-payres
commit-message: Release ${{ github.repository }}@${{ github.sha }}

- name: Deploy erlang-server-payres artifact to release branch
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/erlang/payres-server/v0
folder: out/erlang-server-payres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Bundle specification
run: npm run build -- ../public
- name: Deploy to release branch
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: release/v0
folder: ../public/api
Expand Down
Loading

0 comments on commit 2171990

Please sign in to comment.