diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa0820f0..958c56db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash @@ -76,7 +76,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 45760f92..77f8027b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index fc810009..c91dbba0 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -68,7 +68,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/validate-deps.yml b/.github/workflows/validate-deps.yml index 6a8558a9..223e417c 100644 --- a/.github/workflows/validate-deps.yml +++ b/.github/workflows/validate-deps.yml @@ -30,7 +30,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 10.28.0 + version: 10.28.1 - name: Get pnpm store directory shell: bash