diff options
Diffstat (limited to '.github/workflows/changesets.yml')
| -rw-r--r-- | .github/workflows/changesets.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 6b130a9..f75c0b5 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -22,7 +22,7 @@ jobs: - name: Install needed softwares run: sudo apt-get -y install ripgrep moreutils - name: Install pnpm and dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: true - name: Set up Node.js |
