build(deps): bump actions/checkout from 5 to 6 (#1024)

This commit is contained in:
dependabot[bot]
2026-01-05 21:23:15 -05:00
committed by GitHub
parent 2a07b6d9db
commit 7924b1816f
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
name: lint name: lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup go - name: Setup go