fix(deps): update all dependencies

This commit is contained in:
Renovate Bot
2025-07-08 19:46:06 +00:00
parent 68b15a0a46
commit 193268c619
5 changed files with 92 additions and 31 deletions

View File

@@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Check formatting
run: if [[ -n "$(gofmt -l .)" ]]; then exit 1; fi