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