diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c845e5b..1ac6809 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: version: 1.25.x steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 - name: Install Go