diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b0b2619daf1..dec4bfec0f2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -78,7 +78,7 @@ jobs: cache: "npm" - name: Install pnpm - uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a #6.0.4 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d #6.0.5 with: version: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea5c83aaf3d..1ab187a37cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: version: npm run version publish: npm run release