diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e8eccb3..0d0c0db 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref_name }} fetch-depth: 0