fix(deps): update github.com/kbinani/screenshot digest to a3924b7 #1131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: go-mod-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: Pion Bot | |
git_email: [email protected] | |
github_token: ${{ secrets.PIONBOT_GITHUB_TOKEN }} | |
commit_style: squash | |
push: force | |
go_mod_paths: ./ |