diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1fe843..7f743f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: ${{ env.PNPM_VERSION }} @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: ${{ env.PNPM_VERSION }} diff --git a/.github/workflows/perf-enforced.yml b/.github/workflows/perf-enforced.yml index e4108a7..1ef4eec 100644 --- a/.github/workflows/perf-enforced.yml +++ b/.github/workflows/perf-enforced.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} diff --git a/.github/workflows/perf-foundation.yml b/.github/workflows/perf-foundation.yml index 727a1c8..d159e9c 100644 --- a/.github/workflows/perf-foundation.yml +++ b/.github/workflows/perf-foundation.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 + - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 with: version: ${{ env.PNPM_VERSION }} diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 8ddb3c4..6c121ec 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 22 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ddae56..b1f4682 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: ${{ env.PNPM_VERSION }} @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: ${{ env.PNPM_VERSION }}