diff --git a/.github/workflows/publish-components.yaml b/.github/workflows/publish-components.yaml index 7c5f83a1e6816..d2c09005f0959 100644 --- a/.github/workflows/publish-components.yaml +++ b/.github/workflows/publish-components.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3.0.2 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -110,7 +110,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory diff --git a/.github/workflows/publish-marketplace-content.yaml b/.github/workflows/publish-marketplace-content.yaml index c6b5367298f49..bd01b238a198a 100644 --- a/.github/workflows/publish-marketplace-content.yaml +++ b/.github/workflows/publish-marketplace-content.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3.0.2 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory diff --git a/.github/workflows/publish-packages.yaml b/.github/workflows/publish-packages.yaml index 68389b58cfd1f..68fc9cd594264 100644 --- a/.github/workflows/publish-packages.yaml +++ b/.github/workflows/publish-packages.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - uses: actions/setup-node@v3.4.1 diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 268704fbc9889..ad1cf09babdc1 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -82,7 +82,7 @@ jobs: # Full git history is needed to get a proper list of changed files # within `super-linter` fetch-depth: 0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -161,7 +161,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -250,7 +250,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory