diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3b32d8..c13a7d7 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@v4 + uses: actions/checkout@v6 with: fetch-depth: 0