diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f83a30..f3b32d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Release package to NPM steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0