Skip to content

Commit

Permalink
chore: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Aug 12, 2024
1 parent 45ba134 commit 7ffb653
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 83 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@ defaults:
shell: bash
permissions:
contents: write
pull-requests: write
pull-requests: write


jobs:

generate-proto:
name: "Update with upstream Protobufs"
runs-on: ubuntu-latest
env:
BASE_BRANCH: ${{ github.event.inputs.base-branch }}
PR_BRANCH: "update-proto"

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,15 +41,15 @@ jobs:

- name: Generate TypeScript code for Protobufs
run: buf generate buf.build/cheqd/proto

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.0
uses: peter-evans/create-pull-request@v6.1.0
with:
base: ${{ env.BASE_BRANCH }}
branch: ${{ env.PR_BRANCH }}
Expand All @@ -60,4 +58,3 @@ jobs:
title: "feat(protobufs): Update with upstream Protobufs $(date +'%Y-%m-%d')"
body: "Updated protobufs from cheqd-node ledger protos"
token: ${{ secrets.GITHUB_TOKEN }}

4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
lint-pr:
name: "PR format check"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading

0 comments on commit 7ffb653

Please sign in to comment.