Skip to content

chore(deps): bump anthropic from 0.43.1 to 0.44.0 #32

chore(deps): bump anthropic from 0.43.1 to 0.44.0

chore(deps): bump anthropic from 0.43.1 to 0.44.0 #32

Workflow file for this run

name: Bump version
on:
pull_request_target:
jobs:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: fish-shop/install-fish-shell@v1
- name: Install what-bump
uses: baptiste0928/cargo-install@v3
with:
crate: what-bump
git: https://github.com/sky-uk/what-bump
tag: "1.3.0"
- name: Bump version
run: fish ops/bump-version.fish || true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: bump version [skip ci]"