diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f5cf3c26003..5fc2ff0d02f 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@0977fd99725f1db4007ccb2928dbb4e90d06cc86 #6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 #6.1.0 with: version: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51ddf1a5d07..e685b37454a 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@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 + uses: changesets/action@ae32849d5ba541f9ae29e40e22a623bc13562f51 # v2.1.2 with: version-script: npm run version publish-script: npm run release