diff --git a/.github/workflows/packages_publishing.yml b/.github/workflows/packages_publishing.yml index d9e68cd43bd6..d37c6f385756 100644 --- a/.github/workflows/packages_publishing.yml +++ b/.github/workflows/packages_publishing.yml @@ -38,9 +38,8 @@ jobs: with: node-version: '20' - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: - version: 9 run_install: false - name: Set up .NET @@ -53,16 +52,6 @@ jobs: run: | echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v4 - name: Setup pnpm cache - with: - path: | - ${{ env.PNPM_STORE_PATH }} - .nx/cache - key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-pnpm-store - - name: Install dependencies run: pnpm install --frozen-lockfile @@ -129,26 +118,10 @@ jobs: with: node-version: '20' - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: - version: 9 run_install: false - - name: Get pnpm store directory - shell: bash - run: | - echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - - uses: actions/cache@v4 - name: Setup pnpm cache - with: - path: | - ${{ env.PNPM_STORE_PATH }} - .nx/cache - key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-pnpm-store - - name: Install dependencies run: pnpm install --frozen-lockfile