diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccae0dc..48c0f9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: go-version: [1.24.x, 1.25.x] steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Install Go