diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4de2aff..6f3e392 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: UV_RESOLUTION: '${{ matrix.resolution }}' steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Install Go diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 70ba3b4..e54a89b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: name: release steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set VERSION variable from tag @@ -39,7 +39,7 @@ jobs: needs: build steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0