diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f713b..1967e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v5 with: node-version: 22 @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v5 with: node-version: 22 diff --git a/.github/workflows/live.yml b/.github/workflows/live.yml index 61d7aee..3ce3f7c 100644 --- a/.github/workflows/live.yml +++ b/.github/workflows/live.yml @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v5 with: node-version: 22 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4da0688..4a29e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: with: # Do not leave the job's token in .git/config for later steps to read. persist-credentials: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v5 with: node-version: 22