diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eab89b2..dc464b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: # Checkout repository and include git LFS files - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} fetch-depth: 0