Skip to content

Bump borsh from 0.10.3 to 1.5.1 in /rust-sdk/client #39

Bump borsh from 0.10.3 to 1.5.1 in /rust-sdk/client

Bump borsh from 0.10.3 to 1.5.1 in /rust-sdk/client #39

Workflow file for this run

name: Dependabot
on:
pull_request:
types: [opened]
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
pull-requests: write
contents: write
steps:
- name: Enable Automerge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}