Skip to content

Commit

Permalink
update graph deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 5, 2024
1 parent 2531719 commit 0dd718e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.yaml
- uses: balancer-labs/graph-deploy@v0.0.1
- uses: balancer-labs/graph-deploy@v1.0.0
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.gnosis.yaml
- uses: balancer-labs/graph-deploy@v0.0.1
- uses: balancer-labs/graph-deploy@v1.0.0
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.sepolia.yaml
- uses: balancer-labs/graph-deploy@v0.0.1
- uses: balancer-labs/graph-deploy@v1.0.0
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
Expand Down

0 comments on commit 0dd718e

Please sign in to comment.