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