diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0636e..a5f7407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.26.2 @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.26.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 086d3c1..9e7a07d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: echo "EOF" } >> "$GITHUB_OUTPUT" - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.26.2