diff --git a/.github/workflows/components-pr.yaml b/.github/workflows/components-pr.yaml index a306255..9777af9 100644 --- a/.github/workflows/components-pr.yaml +++ b/.github/workflows/components-pr.yaml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-components.yaml b/.github/workflows/publish-components.yaml index f272e8d..b368faa 100644 --- a/.github/workflows/publish-components.yaml +++ b/.github/workflows/publish-components.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory @@ -118,7 +118,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-new-payment-event.yaml b/.github/workflows/publish-new-payment-event.yaml index 81ef4a8..06450df 100644 --- a/.github/workflows/publish-new-payment-event.yaml +++ b/.github/workflows/publish-new-payment-event.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-packages.yaml b/.github/workflows/publish-packages.yaml index 4503116..ecb3fd5 100644 --- a/.github/workflows/publish-packages.yaml +++ b/.github/workflows/publish-packages.yaml @@ -21,7 +21,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index dcb0b17..e311b5c 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -53,7 +53,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@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory