diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index c43d66c..82f5897 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 -