diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2599638..c0409be 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 2ae29ac..19a7f0e 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9127674..2a26262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eefbfce..6a315f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js @@ -31,7 +31,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js @@ -50,7 +50,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10 - name: Install Node.js