diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be17e5e51..e95b536e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # The list of steps that the action will go through steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare repository run: git fetch --unshallow --tags