From 444ccaf7e9fad73bd1a48cf06c577f5ad0cfed25 Mon Sep 17 00:00:00 2001 From: vladutjs Date: Wed, 15 Apr 2026 17:53:42 +0300 Subject: [PATCH] fix: npm release --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c23cf7d..c4c9e1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,9 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: - persist-credentials: false + fetch-depth: 0 - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4 name: install-pnpm @@ -29,7 +29,7 @@ jobs: version: 9 run_install: false - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: "lts/*" cache: "pnpm" @@ -45,4 +45,4 @@ jobs: env: HUSKY: 0 GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} - NPM_CONFIG_PROVENANCE: "true" + NPM_CONFIG_PROVENANCE: "true" \ No newline at end of file