diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2116cef..9e00e4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: go-version: [1.26.x] steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: setup-go