diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d56fa0..b2d3a1f 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@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Install Go