diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0102e48..0258134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/engine-repin.yml b/.github/workflows/engine-repin.yml index 3c539e1..ce9ca38 100644 --- a/.github/workflows/engine-repin.yml +++ b/.github/workflows/engine-repin.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a178a1..764c2bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # full history + tags, required to analyze commits since last release persist-credentials: true # let @semantic-release/git push the bump commit - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: