Skip to content

fix(deps): update dependency com.taoensso:carmine to v3 #287

fix(deps): update dependency com.taoensso:carmine to v3

fix(deps): update dependency com.taoensso:carmine to v3 #287

Workflow file for this run

name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: bootjp
git_email: public@bootjp.me
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force