diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index ae831276..16e67758 100644 --- a/.github/workflows/firebase-live.yml +++ b/.github/workflows/firebase-live.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 41e085e8..876474cc 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25015e50..44b3e358 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/refresh-index-chains.yml b/.github/workflows/refresh-index-chains.yml index 3b464248..9ee398ad 100644 --- a/.github/workflows/refresh-index-chains.yml +++ b/.github/workflows/refresh-index-chains.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - name: Setup Node uses: actions/setup-node@v6