Skip to content

fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamod… #15

fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamod…

fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamod… #15

Workflow file for this run

name: go.sum Fix
on:
push:
branches:
- "renovate/*"
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: go-sum-fix-action
git_email: 79917704+miyamo2@users.noreply.github.com
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force