diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0ad31a08..520b310b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Configure Git Merge Driver for pnpm-lock.yaml run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 154a096c..877df1ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node.js 20.x uses: actions/setup-node@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ec69d2f..93ad316d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Configure Git Merge Driver for pnpm-lock.yaml run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e85b8e2e..addf8347 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6